You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a WorkSpace that could not be rebooted. (RebootWorkspaces), rebuilt (RebuildWorkspaces), restored (RestoreWorkspace), terminated (TerminateWorkspaces), started (StartWorkspaces), or stopped (StopWorkspaces).

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

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

Returns:

  • (String)

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

#error_messageString

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

Returns:

  • (String)

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

#workspace_idString

The identifier of the WorkSpace.

Returns:

  • (String)

    The identifier of the WorkSpace.