Standard error response from CloudWatch API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse", "type": "object", "description": "Standard error response from CloudWatch API.", "properties": { "Error": { "type": "object" }, "RequestId": { "type": "string", "description": "The unique request ID." } } }