Class: Aws::Types::BatchWriteException
- Inherits:
-
Object
- Object
- Aws::Types::BatchWriteException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "InternalServiceException", ...
Returns the value of attribute type.
Instance Attribute Details
#index ⇒ ::Integer
Returns the value of attribute index.
511 512 513 |
# File 'sig/types.rbs', line 511 def index @index end |
#message ⇒ ::String
Returns the value of attribute message.
513 514 515 |
# File 'sig/types.rbs', line 513 def @message end |
#type ⇒ "InternalServiceException", ...
Returns the value of attribute type.
512 513 514 |
# File 'sig/types.rbs', line 512 def type @type end |