Class: Aws::Types::BatchStatementError
- Inherits:
-
Object
- Object
- Aws::Types::BatchStatementError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "ConditionalCheckFailed", ...
Returns the value of attribute code.
-
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "ConditionalCheckFailed", ...
Returns the value of attribute code.
158 159 160 |
# File 'sig/types.rbs', line 158 def code @code end |
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
160 161 162 |
# File 'sig/types.rbs', line 160 def item @item end |
#message ⇒ ::String
Returns the value of attribute message.
159 160 161 |
# File 'sig/types.rbs', line 159 def @message end |