#[non_exhaustive]pub struct FailedCapacityReservationFleetCancellationResult {
pub capacity_reservation_fleet_id: Option<String>,
pub cancel_capacity_reservation_fleet_error: Option<CancelCapacityReservationFleetError>,
}Expand description
Describes a Capacity Reservation Fleet that could not be cancelled.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.capacity_reservation_fleet_id: Option<String>The ID of the Capacity Reservation Fleet that could not be cancelled.
cancel_capacity_reservation_fleet_error: Option<CancelCapacityReservationFleetError>Information about the Capacity Reservation Fleet cancellation error.
Implementations
The ID of the Capacity Reservation Fleet that could not be cancelled.
pub fn cancel_capacity_reservation_fleet_error(
&self
) -> Option<&CancelCapacityReservationFleetError>
pub fn cancel_capacity_reservation_fleet_error(
&self
) -> Option<&CancelCapacityReservationFleetError>
Information about the Capacity Reservation Fleet cancellation error.
Creates a new builder-style object to manufacture FailedCapacityReservationFleetCancellationResult
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
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