Amazon ECS · Schema

Error

AmazonAwsContainersDockerEcsOrchestration

Properties

Name Type Description
__type string The error type.
message string A human-readable description of the error.
View JSON Schema on GitHub

JSON Schema

amazon-ecs-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "properties": {
    "__type": {
      "type": "string",
      "description": "The error type."
    },
    "message": {
      "type": "string",
      "description": "A human-readable description of the error."
    }
  }
}