Amazon Health Dashboard · JSON Structure

Health Describe Affected Entities For Organization Failed Set Structure

DescribeAffectedEntitiesForOrganizationFailedSet schema from Amazon Health Dashboard API

Type: array Properties: 0
Health MonitoringNotificationsOperationsService Status

DescribeAffectedEntitiesForOrganizationFailedSet is a JSON Structure definition published by Amazon Health Dashboard. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-health-dashboard/refs/heads/main/json-structure/health-describe-affected-entities-for-organization-failed-set-structure.json",
  "name": "DescribeAffectedEntitiesForOrganizationFailedSet",
  "description": "DescribeAffectedEntitiesForOrganizationFailedSet schema from Amazon Health Dashboard API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/OrganizationAffectedEntitiesErrorItem"
  }
}