{ "$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": "

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

", "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." } ] } } }