AWS CloudWatch · Schema

ErrorResponse

Standard error response from CloudWatch API.

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
Error object
RequestId string The unique request ID.
View JSON Schema on GitHub

JSON Schema

cloudwatch-error-response-schema.json Raw ↑
{
  "$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."
    }
  }
}