| 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.EC2.Types.ResponseError
Description
Documentation
data ResponseError Source #
Describes the error that's returned when you cannot delete a launch template version.
See: newResponseError smart constructor.
Constructors
| ResponseError' | |
Instances
newResponseError :: ResponseError Source #
Create a value of ResponseError 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:ResponseError', responseError_code - The error code.
$sel:message:ResponseError', responseError_message - The error message, if applicable.
responseError_code :: Lens' ResponseError (Maybe LaunchTemplateErrorCode) Source #
The error code.
responseError_message :: Lens' ResponseError (Maybe Text) Source #
The error message, if applicable.