Class: Aws::Types::ImageStateChangeReason
- Inherits:
-
Object
- Object
- Aws::Types::ImageStateChangeReason
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "INTERNAL_ERROR", ...
Returns the value of attribute code.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def @message end |