Class: Aws::Types::FailedWorkspaceChangeRequest
- Inherits:
-
Object
- Object
- Aws::Types::FailedWorkspaceChangeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
893 894 895 |
# File 'sig/types.rbs', line 893 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
894 895 896 |
# File 'sig/types.rbs', line 894 def @error_message end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
892 893 894 |
# File 'sig/types.rbs', line 892 def workspace_id @workspace_id end |