{ "$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-classification-result-status-schema.json", "title": "ClassificationResultStatus", "description": "Provides information about the status of a sensitive data finding.", "type": "object", "properties": { "code": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "

The status of the finding. Possible values are:

" } ] }, "reason": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "

A brief description of the status of the finding. This value is null if the status (code) of the finding is COMPLETE.

Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding and the affected S3 object. Possible values are:

For information about quotas, supported storage classes, and supported file and storage formats, see Quotas and Supported storage classes and formats in the Amazon Macie User Guide.

" } ] } } }