Class: Aws::CloudDirectory::Types::BatchWriteException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchWriteException
- 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
#index ⇒ 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 |
#message ⇒ 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 |
#type ⇒ 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 |