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.
7028 7029 7030 |
# File 'sig/types.rbs', line 7028 def failure_reason @failure_reason end |
#status ⇒ "Successful", ...
Returns the value of attribute status.
7027 7028 7029 |
# File 'sig/types.rbs', line 7027 def status @status end |