| 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.AppStream.Types.ResourceError
Description
Documentation
data ResourceError Source #
Describes a resource error.
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:errorCode:ResourceError', resourceError_errorCode - The error code.
$sel:errorMessage:ResourceError', resourceError_errorMessage - The error message.
$sel:errorTimestamp:ResourceError', resourceError_errorTimestamp - The time the error occurred.
resourceError_errorCode :: Lens' ResourceError (Maybe FleetErrorCode) Source #
The error code.
resourceError_errorMessage :: Lens' ResourceError (Maybe Text) Source #
The error message.
resourceError_errorTimestamp :: Lens' ResourceError (Maybe UTCTime) Source #
The time the error occurred.