Class: Aws::Types::ImageState
- Inherits:
-
Object
- Object
- Aws::Types::ImageState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_context ⇒ Types::ImageFailureContext
Returns the value of attribute failure_context.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#failure_context ⇒ Types::ImageFailureContext
Returns the value of attribute failure_context.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def failure_context @failure_context end |
#reason ⇒ ::String
Returns the value of attribute reason.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def reason @reason end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def status @status end |