Module Values_3.FailedCapacityReservationFleetCancellationResultSource

Describes a Capacity Reservation Fleet that could not be cancelled.

Sourcetype nonrec t = {
  1. capacityReservationFleetId : Values_1.CapacityReservationFleetId.t option;
    (*

    The ID of the Capacity Reservation Fleet that could not be cancelled.

    *)
  2. cancelCapacityReservationFleetError : Values_1.CancelCapacityReservationFleetError.t option;
    (*

    Information about the Capacity Reservation Fleet cancellation error.

    *)
}
Sourceval make : ?capacityReservationFleetId:??? -> ?cancelCapacityReservationFleetError:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.CapacityReservationFleetId.t | `Structure of (string * [> `String of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t