Values.ThrottlingExceptionSourceThe operation did not succeed because too many requests are sent to the service.
type nonrec t = {message : String_.t option;retryAfterSeconds : RetryAfterSeconds.t option;The time period, in seconds, to wait before retrying the request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RetryAfterSeconds.t | `String of String_.t ])
list ]