Values.ThrottlingExceptionSourceYour request rate is too high. Reduce the frequency of requests.
type nonrec t = {retryAfterSeconds : RetryAfterSeconds.t option;The number of seconds after which the user can invoke the API again.
*)message : ExceptionMessage.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RetryAfterSeconds.t | `String of ExceptionMessage.t ])
list ]