Values.ThrottlingExceptionSourceThis exception occurs when you have exceeded the limit on the number of requests per second.
type nonrec t = {message : String500.t option;retryAfterSeconds : RetryAfterSeconds.t option;The number of seconds to wait before retrying the operation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RetryAfterSeconds.t | `String of String500.t ])
list ]