Amazon WorkSpaces · JSON Structure

Workspaces Failed Create Workspace Request Structure

Describes a WorkSpace that cannot be created.

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

FailedCreateWorkspaceRequest 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

WorkspaceRequest ErrorCode ErrorMessage

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

JSON Structure

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