AWS CloudWatch · Schema

MessageData

A message returned by the GetMetricData API.

AlarmsAwsDashboardsLogsMetricsMonitoringObservability

Properties

Name Type Description
Code string The error code or status code associated with the message.
Value string The message text.
View JSON Schema on GitHub

JSON Schema

cloudwatch-message-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MessageData",
  "type": "object",
  "description": "A message returned by the GetMetricData API.",
  "properties": {
    "Code": {
      "type": "string",
      "description": "The error code or status code associated with the message."
    },
    "Value": {
      "type": "string",
      "description": "The message text."
    }
  }
}