| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AccessAnalyzer.Types.StatusReason
Description
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.
Constructors
| StatusReason' | |
Fields
| |
Instances
Arguments
| :: ReasonCode | |
| -> 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: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.