Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Status Reason Structure

Provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a Failed status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the Amazon Web Services organization.

Type: object Properties: 1 Required: 1
Access ControlComplianceIAMPolicy ManagementSecurity

StatusReason is a JSON Structure definition published by Amazon IAM Access Analyzer, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code

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-iam-access-analyzer/refs/heads/main/json-structure/iam-access-analyzer-status-reason-structure.json",
  "name": "StatusReason",
  "description": "Provides more details about the current status of the analyzer. For example, if the creation for the analyzer fails, a <code>Failed</code> status is returned. For an analyzer with organization as the type, this failure can be due to an issue with creating the service-linked roles required in the member accounts of the Amazon Web Services organization.",
  "type": "object",
  "properties": {
    "code": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ReasonCode"
        },
        {
          "description": "The reason code for the current status of the analyzer."
        }
      ]
    }
  },
  "required": [
    "code"
  ]
}