Values.ServiceQuotaExceededExceptionSourceThe request would cause a service quota to be exceeded.
type nonrec t = {message : ErrorMessage.t option;quotaCode : QuotaCode.t option;The quota code identifying the specific quota.
*)serviceCode : ServiceCode.t option;The service code identifying the originating service.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]