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.
257 258 259 |
# File 'sig/types.rbs', line 257 def reason @reason end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
256 257 258 |
# File 'sig/types.rbs', line 256 def status @status end |