Values.ThrottlingExceptionSourceThe request couldn't be completed due to throttling.
type nonrec t = {message : string option;quotaCode : string option;The quota identifier of the applied throttling rules for this request.
*)serviceCode : string option;The code for the service that couldn't be completed due to throttling.
*)retryAfterSeconds : RetryAfterSeconds.t option;The number of seconds to wait before retrying the command.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RetryAfterSeconds.t | `String of string ]) list ]