Class: Aws::Types::LastUpdateStatus
- Inherits:
-
Object
- Object
- Aws::Types::LastUpdateStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#status ⇒ "Successful", ...
Returns the value of attribute status.
Instance Attribute Details
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
7090 7091 7092 |
# File 'sig/types.rbs', line 7090 def failure_reason @failure_reason end |
#status ⇒ "Successful", ...
Returns the value of attribute status.
7089 7090 7091 |
# File 'sig/types.rbs', line 7089 def status @status end |