Class: Aws::Types::WorkspaceStatus
- Inherits:
-
Object
- Object
- Aws::Types::WorkspaceStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::WorkspaceErrorDetails
Returns the value of attribute error.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#error ⇒ Types::WorkspaceErrorDetails
Returns the value of attribute error.
3879 3880 3881 |
# File 'sig/types.rbs', line 3879 def error @error end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
3878 3879 3880 |
# File 'sig/types.rbs', line 3878 def state @state end |