{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-unavailability-reason-code-schema.json", "title": "UnavailabilityReasonCode", "description": "Specifies why occurrences of sensitive data can't be retrieved for a finding. Possible values are:", "type": "string", "enum": [ "OBJECT_EXCEEDS_SIZE_QUOTA", "UNSUPPORTED_OBJECT_TYPE", "UNSUPPORTED_FINDING_TYPE", "INVALID_CLASSIFICATION_RESULT", "OBJECT_UNAVAILABLE" ] }