Values.ThrottlingExceptionSourceYour request exceeded a request rate quota. For example, you might have exceeded the amount of times that you can retrieve device or deployment status per second.
type nonrec t = {message : String_.t option;quotaCode : String_.t option;The code for the quota in Service Quotas.
*)serviceCode : String_.t option;The code for the service in Service Quotas.
*)retryAfterSeconds : RetryAfterSeconds.t option;The amount of time to wait before you retry the request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of RetryAfterSeconds.t | `String of String_.t ])
list ]