Amazon Config · Schema

PutEvaluationsResponse

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
FailedEvaluations object
View JSON Schema on GitHub

JSON Schema

config-put-evaluations-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-put-evaluations-response-schema.json",
  "title": "PutEvaluationsResponse",
  "description": "<p/>",
  "type": "object",
  "properties": {
    "FailedEvaluations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Evaluations"
        },
        {
          "description": "Requests that failed because of a client or server error."
        }
      ]
    }
  }
}