Class: Aws::CloudDirectory::Types::BatchWriteException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-clouddirectory/types.rb

Overview

A ‘BatchWrite` exception has occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexInteger

Returns:

  • (Integer)


1819
1820
1821
1822
1823
1824
1825
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1819

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

#messageString

Returns:

  • (String)


1819
1820
1821
1822
1823
1824
1825
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1819

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

#typeString

Returns:

  • (String)


1819
1820
1821
1822
1823
1824
1825
# File 'lib/aws-sdk-clouddirectory/types.rb', line 1819

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