Amazon Macie · JSON Structure

Amazon Macie Unprocessed Account Structure

Provides information about an account-related request that hasn't been processed.

Type: object Properties: 3
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

accountId errorCode errorMessage

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-unprocessed-account-structure.json",
  "name": "UnprocessedAccount",
  "description": " <p>Provides information about an account-related request that hasn't been processed.</p>",
  "type": "object",
  "properties": {
    "accountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The Amazon Web Services account ID for the account that the request applies to."
        }
      ]
    },
    "errorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorCode"
        },
        {
          "description": "The source of the issue or delay in processing the request."
        }
      ]
    },
    "errorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "The reason why the request hasn't been processed."
        }
      ]
    }
  }
}