AWS CloudFormation · Schema

ErrorResponse

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
Message string The error message.
Code string The error code.
View JSON Schema on GitHub

JSON Schema

cloud-control-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "Message": {
      "type": "string",
      "description": "The error message."
    },
    "Code": {
      "type": "string",
      "description": "The error code."
    }
  }
}