Class: Aws::WorkSpaces::Types::FailedCreateWorkspaceRequest

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

Overview

Describes a WorkSpace that cannot be created.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code that is returned if the WorkSpace cannot be created.

Returns:

  • (String)


903
904
905
906
907
908
# File 'lib/aws-sdk-workspaces/types.rb', line 903

class FailedCreateWorkspaceRequest < Struct.new(
  :workspace_request,
  :error_code,
  :error_message)
  include Aws::Structure
end

#error_messageString

The text of the error message that is returned if the WorkSpace cannot be created.

Returns:

  • (String)


903
904
905
906
907
908
# File 'lib/aws-sdk-workspaces/types.rb', line 903

class FailedCreateWorkspaceRequest < Struct.new(
  :workspace_request,
  :error_code,
  :error_message)
  include Aws::Structure
end

#workspace_requestTypes::WorkspaceRequest

Information about the WorkSpace.



903
904
905
906
907
908
# File 'lib/aws-sdk-workspaces/types.rb', line 903

class FailedCreateWorkspaceRequest < Struct.new(
  :workspace_request,
  :error_code,
  :error_message)
  include Aws::Structure
end