Values.ThrottlingReasonSourceA description of why a request was throttled.
type nonrec t = {reason : CoralAvailabilityThrottlingReason.t option;A description of why a request was throttled.
*)resource : CoralAvailabilityThrottledResource.t option;The resource that causes the request to be throttled.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CoralAvailabilityThrottlingReason.t ]) list ]