Values.ThrottlingExceptionSourceThe request was denied due to request throttling.
type nonrec t = {message : ErrorMessage.t option;retryAfterSeconds : RetryAfterSeconds.t option;The number of seconds the caller should wait before retrying.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RetryAfterSeconds.t | `String of ErrorMessage.t ])
list ]