Values.ServiceQuotaExceededExceptionSourceYour request exceeds a service quota. For example, you might have the maximum number of components that you can create.
type nonrec t = {message : String_.t option;resourceId : String_.t option;The ID of the resource that exceeds the service quota.
*)resourceType : String_.t option;The type of the resource that exceeds the service quota.
*)quotaCode : String_.t option;The code for the quota in Service Quotas.
*)serviceCode : String_.t option;The code for the service in Service Quotas.
*)}