| 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.CreateFleetError
Description
Synopsis
- data CreateFleetError = CreateFleetError' {}
- newCreateFleetError :: CreateFleetError
- createFleetError_errorCode :: Lens' CreateFleetError (Maybe Text)
- createFleetError_errorMessage :: Lens' CreateFleetError (Maybe Text)
- createFleetError_launchTemplateAndOverrides :: Lens' CreateFleetError (Maybe LaunchTemplateAndOverridesResponse)
- createFleetError_lifecycle :: Lens' CreateFleetError (Maybe InstanceLifecycle)
Documentation
data CreateFleetError Source #
Describes the instances that could not be launched by the fleet.
See: newCreateFleetError smart constructor.
Constructors
| CreateFleetError' | |
Fields
| |
Instances
newCreateFleetError :: CreateFleetError Source #
Create a value of CreateFleetError 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:CreateFleetError', createFleetError_errorCode - The error code that indicates why the instance could not be launched.
For more information about error codes, see
Error codes.
$sel:errorMessage:CreateFleetError', createFleetError_errorMessage - The error message that describes why the instance could not be launched.
For more information about error messages, see
Error codes.
$sel:launchTemplateAndOverrides:CreateFleetError', createFleetError_launchTemplateAndOverrides - The launch templates and overrides that were used for launching the
instances. The values that you specify in the Overrides replace the
values in the launch template.
$sel:lifecycle:CreateFleetError', createFleetError_lifecycle - Indicates if the instance that could not be launched was a Spot Instance
or On-Demand Instance.
createFleetError_errorCode :: Lens' CreateFleetError (Maybe Text) Source #
The error code that indicates why the instance could not be launched. For more information about error codes, see Error codes.
createFleetError_errorMessage :: Lens' CreateFleetError (Maybe Text) Source #
The error message that describes why the instance could not be launched. For more information about error messages, see Error codes.
createFleetError_launchTemplateAndOverrides :: Lens' CreateFleetError (Maybe LaunchTemplateAndOverridesResponse) Source #
The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.
createFleetError_lifecycle :: Lens' CreateFleetError (Maybe InstanceLifecycle) Source #
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.