Values.ServiceQuotaExceededExceptionSourceYour current service quotas do not allow you to perform this action.
type nonrec t = {message : ErrorMessage.t option;reason : ServiceQuotaExceededExceptionReason.t option;The reason for the exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]