Struct aws_sdk_ec2::model::create_fleet_error::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateFleetError
Implementations
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.
pub fn set_launch_template_and_overrides(
self,
input: Option<LaunchTemplateAndOverridesResponse>
) -> Self
pub fn set_launch_template_and_overrides(
self,
input: Option<LaunchTemplateAndOverridesResponse>
) -> Self
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.
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
The error code that indicates why the instance could not be launched. For more information about error codes, see Error Codes.
The error code that indicates why the instance could not be launched. For more information about error codes, see Error Codes.
The error message that describes why the instance could not be launched. For more information about error messages, see Error Codes.
The error message that describes why the instance could not be launched. For more information about error messages, see Error Codes.
Consumes the builder and constructs a CreateFleetError
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more