Values.ServiceQuotaExceededExceptionSourcetype nonrec t = {message : ErrorMessage.t option;resourceId : ResourceId.t option;resourceType : ResourceType.t option;limit : Limit.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Limit.t
| `String of ErrorMessage.t ])
list ]