Class: Aws::WorkSpaces::Types::FailedWorkspaceChangeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::FailedWorkspaceChangeRequest
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes a WorkSpace that could not be rebooted. (RebootWorkspaces), rebuilt (RebuildWorkspaces), restored (RestoreWorkspace), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code that is returned if the WorkSpace cannot be rebooted.
-
#error_message ⇒ String
The text of the error message that is returned if the WorkSpace cannot be rebooted.
-
#workspace_id ⇒ String
The identifier of the WorkSpace.
Instance Attribute Details
#error_code ⇒ String
The error code that is returned if the WorkSpace cannot be rebooted.
2827 2828 2829 2830 2831 2832 2833 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2827 class FailedWorkspaceChangeRequest < Struct.new( :workspace_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The text of the error message that is returned if the WorkSpace cannot be rebooted.
2827 2828 2829 2830 2831 2832 2833 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2827 class FailedWorkspaceChangeRequest < Struct.new( :workspace_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the WorkSpace.
2827 2828 2829 2830 2831 2832 2833 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2827 class FailedWorkspaceChangeRequest < Struct.new( :workspace_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |