Class: Aws::WorkSpaces::Types::FailedCreateStandbyWorkspacesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Describes the standby WorkSpace that could not be created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code that is returned if the standby WorkSpace could not be created.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-workspaces/types.rb', line 2441

class FailedCreateStandbyWorkspacesRequest < Struct.new(
  :standby_workspace_request,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The text of the error message that is returned if the standby WorkSpace could not be created.

Returns:

  • (String)


2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-workspaces/types.rb', line 2441

class FailedCreateStandbyWorkspacesRequest < Struct.new(
  :standby_workspace_request,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#standby_workspace_requestTypes::StandbyWorkspace

Information about the standby WorkSpace that could not be created.



2441
2442
2443
2444
2445
2446
2447
# File 'lib/aws-sdk-workspaces/types.rb', line 2441

class FailedCreateStandbyWorkspacesRequest < Struct.new(
  :standby_workspace_request,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end