Class: Aws::Types::Cancellation
- Inherits:
-
Object
- Object
- Aws::Types::Cancellation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
276 277 278 |
# File 'sig/types.rbs', line 276 def reason @reason end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
275 276 277 |
# File 'sig/types.rbs', line 275 def status @status end |