Class: Aws::Types::FleetStatus
- Inherits:
-
Object
- Object
- Aws::Types::FleetStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ "CREATE_FAILED", ...
Returns the value of attribute context.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status_code ⇒ "CREATING", ...
Returns the value of attribute status_code.
Instance Attribute Details
#context ⇒ "CREATE_FAILED", ...
Returns the value of attribute context.
591 592 593 |
# File 'sig/types.rbs', line 591 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
592 593 594 |
# File 'sig/types.rbs', line 592 def end |
#status_code ⇒ "CREATING", ...
Returns the value of attribute status_code.
590 591 592 |
# File 'sig/types.rbs', line 590 def status_code @status_code end |