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 |
Documentation
data DeleteFleetError Source #
Describes an EC2 Fleet error.
See: newDeleteFleetError
smart constructor.
Instances
newDeleteFleetError :: DeleteFleetError Source #
Create a value of DeleteFleetError
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:DeleteFleetError'
, deleteFleetError_code
- The error code.
$sel:message:DeleteFleetError'
, deleteFleetError_message
- The description for the error code.
deleteFleetError_code :: Lens' DeleteFleetError (Maybe DeleteFleetErrorCode) Source #
The error code.
deleteFleetError_message :: Lens' DeleteFleetError (Maybe Text) Source #
The description for the error code.