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 ClassificationStatus Source #
Provides details about the current status of the sensitive data detection.
See: newClassificationStatus
smart constructor.
Instances
newClassificationStatus :: ClassificationStatus Source #
Create a value of ClassificationStatus
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:ClassificationStatus'
, classificationStatus_reason
- A longer description of the current status of the sensitive data
detection.
$sel:code:ClassificationStatus'
, classificationStatus_code
- The code that represents the status of the sensitive data detection.
classificationStatus_reason :: Lens' ClassificationStatus (Maybe Text) Source #
A longer description of the current status of the sensitive data detection.
classificationStatus_code :: Lens' ClassificationStatus (Maybe Text) Source #
The code that represents the status of the sensitive data detection.