Values_3.FailedCapacityReservationFleetCancellationResultSourceDescribes a Capacity Reservation Fleet that could not be cancelled.
type nonrec t = {capacityReservationFleetId : Values_1.CapacityReservationFleetId.t option;The ID of the Capacity Reservation Fleet that could not be cancelled.
*)cancelCapacityReservationFleetError : Values_1.CancelCapacityReservationFleetError.t
option;Information about the Capacity Reservation Fleet cancellation error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_1.CapacityReservationFleetId.t
| `Structure of (string * [> `String of string ]) list ])
list ]