Values.ThrottlingReasonSourceProvides information about a specific throttling reason.
type nonrec t = {reason : CoralAvailabilityThrottlingReason.t option;The reason code explaining why the request was throttled.
*)resource : CoralAvailabilityThrottledResource.t option;The resource that caused the throttling.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of CoralAvailabilityThrottlingReason.t ]) list ]