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