Amazon WorkSpaces · Schema

FailedCreateStandbyWorkspacesRequest

Describes the standby WorkSpace that could not be created.

DesktopEnd User ComputingVirtual DesktopDesktop as a Service

Properties

Name Type Description
StandbyWorkspaceRequest object
ErrorCode object
ErrorMessage object
View JSON Schema on GitHub

JSON Schema

workspaces-failed-create-standby-workspaces-request-schema.json 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-schema.org/draft/2020-12/schema",
  "title": "FailedCreateStandbyWorkspacesRequest",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-failed-create-standby-workspaces-request-schema.json"
}