Values.ServiceQuotaExceededExceptionSourceThe request could not be completed because its exceeded the service quota.
type nonrec t = {message : LargeBoundedString.t option;code : LargeBoundedString.t option;resourceId : LargeBoundedString.t option;Exceeded the service quota resource ID.
*)resourceType : LargeBoundedString.t option;Exceeded the service quota resource type.
*)serviceCode : LargeBoundedString.t option;Exceeded the service quota service code.
*)quotaCode : LargeBoundedString.t option;Exceeded the service quota code.
*)quotaValue : StrictlyPositiveInteger.t option;Exceeded the service quota value.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StrictlyPositiveInteger.t
| `String of LargeBoundedString.t ])
list ]