Values.CapacityReservationStatusSourceThe status of a capacity reservation.
type nonrec t = {code : CapacityReservationStateEnum.t option;The status code.
*)reason : StateReason.t option;The reason code for the status.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of StateReason.t ]) list ]