Amazon WorkSpaces · JSON Structure

Workspaces Failed Workspace Change Request Structure

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

Type: object Properties: 3
DesktopEnd User ComputingVirtual DesktopDesktop as a Service

FailedWorkspaceChangeRequest is a JSON Structure definition published by Amazon WorkSpaces, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

WorkspaceId ErrorCode ErrorMessage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "WorkspaceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceId"
        },
        {
          "description": "The identifier of the WorkSpace."
        }
      ]
    },
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorType"
        },
        {
          "description": "The error code that is returned if the WorkSpace cannot be rebooted."
        }
      ]
    },
    "ErrorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "The text of the error message that is returned if the WorkSpace cannot be rebooted."
        }
      ]
    }
  },
  "description": "Describes a WorkSpace that could not be rebooted. (<a>RebootWorkspaces</a>), rebuilt (<a>RebuildWorkspaces</a>), restored (<a>RestoreWorkspace</a>), terminated (<a>TerminateWorkspaces</a>), started (<a>StartWorkspaces</a>), or stopped (<a>StopWorkspaces</a>).",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "FailedWorkspaceChangeRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-failed-workspace-change-request-structure.json"
}