| 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.ResilienceHub.Types.ResourceErrorsDetails
Description
Documentation
data ResourceErrorsDetails Source #
A list of errors retrieving an application's resources.
See: newResourceErrorsDetails smart constructor.
Constructors
| ResourceErrorsDetails' | |
Fields
| |
Instances
newResourceErrorsDetails :: ResourceErrorsDetails Source #
Create a value of ResourceErrorsDetails 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:hasMoreErrors:ResourceErrorsDetails', resourceErrorsDetails_hasMoreErrors - This indicates if there are more errors not listed in the resourceErrors
list.
$sel:resourceErrors:ResourceErrorsDetails', resourceErrorsDetails_resourceErrors - A list of errors retrieving an application's resources.
resourceErrorsDetails_hasMoreErrors :: Lens' ResourceErrorsDetails (Maybe Bool) Source #
This indicates if there are more errors not listed in the resourceErrors list.
resourceErrorsDetails_resourceErrors :: Lens' ResourceErrorsDetails (Maybe [ResourceError]) Source #
A list of errors retrieving an application's resources.