Values.ThrottlingExceptionSourceThe request was denied due to a request throttling.
type nonrec t = {message : ErrorMessageString.t option;quotaCode : ErrorQuotaCodeString.t option;The code of the quota that was exceeded, causing the throttling exception.
*)serviceCode : ErrorServiceCodeString.t option;The code of the service that caused the throttling exception.
*)retryAfterSeconds : RetryAfterSeconds.t option;The number of seconds after which the action that caused the throttling exception can be retried.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RetryAfterSeconds.t
| `String of ErrorMessageString.t ])
list ]