Amazon Deadline Cloud · JSON Structure

Error Structure

Standard error response from the Deadline Cloud API.

Type: typedMap Properties: 0
ComputeMediaRenderingVisual Effects

Error Structure is a JSON Structure definition published by Amazon Deadline Cloud. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-deadline-cloud/json-structure/error-structure.json",
  "title": "Error",
  "description": "Standard error response from the Deadline Cloud API.",
  "type": "typedMap",
  "fields": {
    "message": {
      "type": "str",
      "description": "message"
    },
    "code": {
      "type": "str",
      "description": "code"
    }
  }
}