You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudDirectory::Types::BatchReadException

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The batch read exception structure, which contains the exception type and message.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

An exception message that is associated with the failure.

Returns:

  • (String)

    An exception message that is associated with the failure.

#typeString

A type of exception, such as InvalidArnException.

Possible values:

  • ValidationException
  • InvalidArnException
  • ResourceNotFoundException
  • InvalidNextTokenException
  • AccessDeniedException
  • NotNodeException
  • FacetValidationException
  • CannotListParentOfRootException
  • NotIndexException
  • NotPolicyException
  • DirectoryNotEnabledException
  • LimitExceededException
  • InternalServiceException

Returns:

  • (String)

    A type of exception, such as InvalidArnException.