Class: Aws::Types::CancellationReason
- Inherits:
-
Object
- Object
- Aws::Types::CancellationReason
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
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 ⇒ ::String
Returns the value of attribute code.
201 202 203 |
# File 'sig/types.rbs', line 201 def code @code end |
#item ⇒ ::Hash[::String, Types::AttributeValue]
Returns the value of attribute item.
200 201 202 |
# File 'sig/types.rbs', line 200 def item @item end |
#message ⇒ ::String
Returns the value of attribute message.
202 203 204 |
# File 'sig/types.rbs', line 202 def @message end |