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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/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

Instance Attribute Details

#messageString

An exception message that is associated with the failure.

Returns:

  • (String)


1430
1431
1432
1433
1434
1435
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1430

class BatchReadException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

A type of exception, such as InvalidArnException.

Returns:

  • (String)


1430
1431
1432
1433
1434
1435
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1430

class BatchReadException < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end