Values.ThrottlingExceptionSourceThe limit on the number of requests per second has been exceeded.
type nonrec t = {message : ExceptionMessage.t option;retryAfterSeconds : Integer.t option;The recommended amount of seconds to retry after a throttling exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of ExceptionMessage.t ])
list ]