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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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)


1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1904

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)


1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1904

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

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)


1904
1905
1906
1907
1908
1909
1910
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1904

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