Values.ThrottlingExceptionSourceThe request was denied due to request throttling.
type nonrec t = {message : ErrorMessage.t option;serviceCode : ServiceCode.t option;Identifies the service being throttled.
*)quotaCode : QuotaCode.t option;Identifies the quota that is being throttled.
*)retryAfterSeconds : Integer.t option;The number of seconds a client should wait before retrying the request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of ErrorMessage.t ]) list ]