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.
9951 9952 9953 |
# File 'sig/types.rbs', line 9951 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
9952 9953 9954 |
# File 'sig/types.rbs', line 9952 def @message end |