Class: Aws::Types::FpgaImageState
- Inherits:
-
Object
- Object
- Aws::Types::FpgaImageState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "pending", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ "pending", ...
Returns the value of attribute code.
9838 9839 9840 |
# File 'sig/types.rbs', line 9838 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
9839 9840 9841 |
# File 'sig/types.rbs', line 9839 def @message end |