JobErrorCode schema from AWS IAM Access Analyzer API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-schema/iam-access-analyzer-job-error-code-schema.json", "title": "JobErrorCode", "description": "JobErrorCode schema from AWS IAM Access Analyzer API", "type": "string", "enum": [ "AUTHORIZATION_ERROR", "RESOURCE_NOT_FOUND_ERROR", "SERVICE_QUOTA_EXCEEDED_ERROR", "SERVICE_ERROR" ] }