Values.ThrottlingExceptionSourceThe requested operation could not be completed because too many requests were sent at once. Wait a bit and try again later.
type nonrec t = {message : String_.t option;serviceCode : String_.t option;The code for the service where the quota was exceeded
*)quotaCode : String_.t option;The code of the quota that was exceeded
*)retryAfterSeconds : Integer.t option;The number of seconds to wait before retrying the operation
*)}