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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

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

Returns:

  • (String)


2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2304

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)


2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2304

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.



2304
2305
2306
2307
2308
2309
2310
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2304

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