Class: Aws::Types::LifecycleExecutionResourceState
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleExecutionResourceState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "FAILED", ...
Returns the value of attribute status.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def reason @reason end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def status @status end |