Values.ServiceQuotaExceededExceptionSourceYou have exceeded your service quota.
type nonrec t = {message : String_.t option;quotaName : String_.t option;The name of the service quota limit that was exceeded
*)quotaValue : ServiceQuotaExceededExceptionQuotaValueDouble.t option;The current limit on the service quota that was exceeded
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of ServiceQuotaExceededExceptionQuotaValueDouble.t
| `String of String_.t ])
list ]