Class: Aws::WorkSpaces::Types::FailedCreateStandbyWorkspacesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::FailedCreateStandbyWorkspacesRequest
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Describes the standby WorkSpace that could not be created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code that is returned if the standby WorkSpace could not be created.
-
#error_message ⇒ String
The text of the error message that is returned if the standby WorkSpace could not be created.
-
#standby_workspace_request ⇒ Types::StandbyWorkspace
Information about the standby WorkSpace that could not be created.
Instance Attribute Details
#error_code ⇒ String
The error code that is returned if the standby WorkSpace could not be created.
2775 2776 2777 2778 2779 2780 2781 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2775 class FailedCreateStandbyWorkspacesRequest < Struct.new( :standby_workspace_request, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The text of the error message that is returned if the standby WorkSpace could not be created.
2775 2776 2777 2778 2779 2780 2781 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2775 class FailedCreateStandbyWorkspacesRequest < Struct.new( :standby_workspace_request, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#standby_workspace_request ⇒ Types::StandbyWorkspace
Information about the standby WorkSpace that could not be created.
2775 2776 2777 2778 2779 2780 2781 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2775 class FailedCreateStandbyWorkspacesRequest < Struct.new( :standby_workspace_request, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |