| 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.DescribeFleetError
Description
Synopsis
- data DescribeFleetError = DescribeFleetError' {}
- newDescribeFleetError :: DescribeFleetError
- describeFleetError_errorCode :: Lens' DescribeFleetError (Maybe Text)
- describeFleetError_errorMessage :: Lens' DescribeFleetError (Maybe Text)
- describeFleetError_launchTemplateAndOverrides :: Lens' DescribeFleetError (Maybe LaunchTemplateAndOverridesResponse)
- describeFleetError_lifecycle :: Lens' DescribeFleetError (Maybe InstanceLifecycle)
Documentation
data DescribeFleetError Source #
Describes the instances that could not be launched by the fleet.
See: newDescribeFleetError smart constructor.
Constructors
| DescribeFleetError' | |
Fields
| |
Instances
newDescribeFleetError :: DescribeFleetError Source #
Create a value of DescribeFleetError 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:DescribeFleetError', describeFleetError_errorCode - The error code that indicates why the instance could not be launched.
For more information about error codes, see
Error codes.
$sel:errorMessage:DescribeFleetError', describeFleetError_errorMessage - The error message that describes why the instance could not be launched.
For more information about error messages, see
Error codes.
$sel:launchTemplateAndOverrides:DescribeFleetError', describeFleetError_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:DescribeFleetError', describeFleetError_lifecycle - Indicates if the instance that could not be launched was a Spot Instance
or On-Demand Instance.
describeFleetError_errorCode :: Lens' DescribeFleetError (Maybe Text) Source #
The error code that indicates why the instance could not be launched. For more information about error codes, see Error codes.
describeFleetError_errorMessage :: Lens' DescribeFleetError (Maybe Text) Source #
The error message that describes why the instance could not be launched. For more information about error messages, see Error codes.
describeFleetError_launchTemplateAndOverrides :: Lens' DescribeFleetError (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.
describeFleetError_lifecycle :: Lens' DescribeFleetError (Maybe InstanceLifecycle) Source #
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.