Values.ThrottlingExceptionSourceYour request exceeded a request rate quota.
type nonrec t = {message : String_.t option;serviceCode : String_.t option;Identifies the service that is being throttled.
*)quotaCode : String_.t option;Identifies the quota that is being throttled.
*)retryAfterSeconds : Integer.t option;The number of seconds a client should wait before retrying the request.
*)context : ExceptionContext.t option;Information about the resources in use when the exception was thrown.
*)}