Values.ThrottlingExceptionSourceThe request was throttled due to too many requests. Please try again later.
type nonrec t = {message : NonBlankString.t option;The request was denied due to request throttling.
*)serviceCode : NonBlankString.t option;The service code where throttling occurred.
*)quotaCode : NonBlankString.t option;The quota code related to the throttling.
*)retryAfterSeconds : Integer.t option;The number of seconds to wait before retrying the throttled request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonBlankString.t ]) list ]