Amazon Macie · JSON Structure

Amazon Macie Allow List Status Code Structure

Indicates the current status of an allow list. Depending on the type of criteria that the list specifies, possible values are:

Type: string Properties: 0
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

AllowListStatusCode is a JSON Structure definition published by Amazon Macie. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-macie/refs/heads/main/json-structure/amazon-macie-allow-list-status-code-structure.json",
  "name": "AllowListStatusCode",
  "description": "Indicates the current status of an allow list. Depending on the type of criteria that the list specifies, possible values are:",
  "type": "string",
  "enum": [
    "OK",
    "S3_OBJECT_NOT_FOUND",
    "S3_USER_ACCESS_DENIED",
    "S3_OBJECT_ACCESS_DENIED",
    "S3_THROTTLED",
    "S3_OBJECT_OVERSIZE",
    "S3_OBJECT_EMPTY",
    "UNKNOWN_ERROR"
  ]
}