{ "$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-last-run-error-status-schema.json", "title": "LastRunErrorStatus", "description": "Specifies whether any account- or bucket-level access errors occurred when a classification job ran. For information about using logging data to investigate these errors, see Monitoring sensitive data discovery jobs in the Amazon Macie User Guide.", "type": "object", "properties": { "code": { "allOf": [ { "$ref": "#/components/schemas/LastRunErrorStatusCode" }, { "description": "

Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run. Possible values are:

" } ] } } }