AWS CloudFormation · Schema

ErrorResponse

AutomationCloud ResourcesIaCInfrastructure As CodeStack Management

Properties

Name Type Description
Error object
RequestId string
View JSON Schema on GitHub

JSON Schema

cloudformation-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "Error": {
      "type": "object"
    },
    "RequestId": {
      "type": "string"
    }
  }
}