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 |
Synopsis
Documentation
data StatusReason Source #
Provides more details about the current status of the analyzer. For
example, if the creation for the analyzer fails, a Failed
status is
returned. For an analyzer with organization as the type, this failure
can be due to an issue with creating the service-linked roles required
in the member accounts of the Amazon Web Services organization.
See: newStatusReason
smart constructor.
StatusReason' | |
|
Instances
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:code:StatusReason'
, statusReason_code
- The reason code for the current status of the analyzer.
statusReason_code :: Lens' StatusReason ReasonCode Source #
The reason code for the current status of the analyzer.