| 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.ResourceError
Description
Documentation
data ResourceError Source #
Defines application resource errors.
See: newResourceError smart constructor.
Constructors
| ResourceError' | |
Fields
| |
Instances
newResourceError :: ResourceError Source #
Create a value of ResourceError 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:logicalResourceId:ResourceError', resourceError_logicalResourceId - This is the identifier of the resource.
$sel:physicalResourceId:ResourceError', resourceError_physicalResourceId - This is the identifier of the physical resource.
$sel:reason:ResourceError', resourceError_reason - This is the error message.
resourceError_logicalResourceId :: Lens' ResourceError (Maybe Text) Source #
This is the identifier of the resource.
resourceError_physicalResourceId :: Lens' ResourceError (Maybe Text) Source #
This is the identifier of the physical resource.
resourceError_reason :: Lens' ResourceError (Maybe Text) Source #
This is the error message.