Values.ThrottlingExceptionSourceThe request or operation couldn't be performed because a service is throttling requests. The most common source of throttling errors is when you create resources that exceed your service limit for this resource type. Request a limit increase or delete unused resources, if possible.
type nonrec t = {message : ExceptionMessage.t option;The container for the exception message.
*)serviceCode : ServiceCode.t option;The container for the serviceCode.
*)quotaCode : QuotaCode.t option;The container for the quotaCode.
*)retryAfterSeconds : Integer.t option;The container of the retryAfterSeconds value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of ExceptionMessage.t ])
list ]