| 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 |
Amazonka.SecurityHub.Types.StatusReason
Description
Synopsis
Documentation
data StatusReason Source #
Provides additional context for the value of Compliance.Status.
See: newStatusReason smart constructor.
Constructors
| StatusReason' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> StatusReason |
Create a value of StatusReason 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:description:StatusReason', statusReason_description - The corresponding description for the status reason code.
$sel:reasonCode:StatusReason', statusReason_reasonCode - A code that represents a reason for the control status. For the list of
status reason codes and their meanings, see
Standards-related information in the ASFF
in the Security Hub User Guide.
statusReason_description :: Lens' StatusReason (Maybe Text) Source #
The corresponding description for the status reason code.
statusReason_reasonCode :: Lens' StatusReason Text Source #
A code that represents a reason for the control status. For the list of status reason codes and their meanings, see Standards-related information in the ASFF in the Security Hub User Guide.