Class: Aws::WorkSpaces::Types::FailedWorkspaceChangeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#error_codeString

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

Returns:

  • (String)


2494
2495
2496
2497
2498
2499
2500
# File 'lib/aws-sdk-workspaces/types.rb', line 2494

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

#error_messageString

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

Returns:

  • (String)


2494
2495
2496
2497
2498
2499
2500
# File 'lib/aws-sdk-workspaces/types.rb', line 2494

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

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)


2494
2495
2496
2497
2498
2499
2500
# File 'lib/aws-sdk-workspaces/types.rb', line 2494

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