Class: Aws::CloudDirectory::Types::BatchReadException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchReadException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
The batch read exception structure, which contains the exception type and message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
An exception message that is associated with the failure.
-
#type ⇒ String
A type of exception, such as ‘InvalidArnException`.
Instance Attribute Details
#message ⇒ String
An exception message that is associated with the failure.
1430 1431 1432 1433 1434 1435 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1430 class BatchReadException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
A type of exception, such as ‘InvalidArnException`.
1430 1431 1432 1433 1434 1435 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1430 class BatchReadException < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |