Amazon Config · JSON Structure

Config Start Remediation Execution Response Structure

StartRemediationExecutionResponse schema

Type: object Properties: 2
AuditingComplianceConfiguration ManagementGovernanceSecurity

StartRemediationExecutionResponse is a JSON Structure definition published by Amazon Config, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

FailureMessage FailedItems

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-config/refs/heads/main/json-structure/config-start-remediation-execution-response-structure.json",
  "name": "StartRemediationExecutionResponse",
  "description": "StartRemediationExecutionResponse schema",
  "type": "object",
  "properties": {
    "FailureMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Returns a failure message. For example, the resource is already compliant."
        }
      ]
    },
    "FailedItems": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceKeys"
        },
        {
          "description": "For resources that have failed to start execution, the API returns a resource key object."
        }
      ]
    }
  }
}