Amazon WorkSpaces · JSON Structure

Workspaces Failed Create Standby Workspaces Request Structure

Describes the standby WorkSpace that could not be created.

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

FailedCreateStandbyWorkspacesRequest 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

StandbyWorkspaceRequest ErrorCode ErrorMessage

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "StandbyWorkspaceRequest": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StandbyWorkspace"
        },
        {
          "description": "Information about the standby WorkSpace that could not be created."
        }
      ]
    },
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkspaceErrorCode"
        },
        {
          "description": "The error code that is returned if the standby WorkSpace could not be created."
        }
      ]
    },
    "ErrorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Description"
        },
        {
          "description": "The text of the error message that is returned if the standby WorkSpace could not be created."
        }
      ]
    }
  },
  "description": "Describes the standby WorkSpace that could not be created.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "FailedCreateStandbyWorkspacesRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-structure/workspaces-failed-create-standby-workspaces-request-structure.json"
}