Class: Aws::Types::ConditionalCheckFailedException
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalCheckFailedException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
231 232 233 |
# File 'sig/types.rbs', line 231 def item @item end |
#message ⇒ ::String
Returns the value of attribute message.
230 231 232 |
# File 'sig/types.rbs', line 230 def @message end |