Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ClassificationResultStatus Source #
Provides information about the status of a sensitive data finding.
See: newClassificationResultStatus
smart constructor.
ClassificationResultStatus' | |
|
Instances
newClassificationResultStatus :: ClassificationResultStatus Source #
Create a value of ClassificationResultStatus
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:reason:ClassificationResultStatus'
, classificationResultStatus_reason
- A brief description of the status of the finding. Amazon Macie uses this
value to notify you of any errors, warnings, or considerations that
might impact your analysis of the finding.
$sel:code:ClassificationResultStatus'
, classificationResultStatus_code
- The status of the finding. Possible values are:
- COMPLETE - Amazon Macie successfully completed its analysis of the S3 object that the finding applies to.
- PARTIAL - Macie analyzed only a subset of the data in the S3 object that the finding applies to. For example, the object is an archive file that contains files in an unsupported format.
- SKIPPED - Macie wasn't able to analyze the S3 object that the finding applies to. For example, the object is a file in an unsupported format.
classificationResultStatus_reason :: Lens' ClassificationResultStatus (Maybe Text) Source #
A brief description of the status of the finding. Amazon Macie uses this value to notify you of any errors, warnings, or considerations that might impact your analysis of the finding.
classificationResultStatus_code :: Lens' ClassificationResultStatus (Maybe Text) Source #
The status of the finding. Possible values are:
- COMPLETE - Amazon Macie successfully completed its analysis of the S3 object that the finding applies to.
- PARTIAL - Macie analyzed only a subset of the data in the S3 object that the finding applies to. For example, the object is an archive file that contains files in an unsupported format.
- SKIPPED - Macie wasn't able to analyze the S3 object that the finding applies to. For example, the object is a file in an unsupported format.