Module Values_3.FailedQueuedPurchaseDeletionSource

Describes a Reserved Instance whose queued purchase was not deleted.

Sourcetype nonrec t = {
  1. error : Values_1.DeleteQueuedReservedInstancesError.t option;
    (*

    The error.

    *)
  2. reservedInstancesId : Values_0.String_.t option;
    (*

    The ID of the Reserved Instance.

    *)
}
Sourceval make : ?error:??? -> ?reservedInstancesId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.String_.t | `Structure of (string * [> `Enum of string | `String of Values_0.String_.t ]) 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