Values.ServiceQuotaExceededExceptionSourceRequest would cause a service quota to be exceeded.
type nonrec t = {message : ErrorMessage.t option;resourceType : ResourceType.t option;The type of the resource that exceeds the service quota.
*)resourceId : ResourceId.t option;The ID of the resource that exceeds the service quota.
*)serviceCode : ServiceCode.t option;The code for the service quota exceeded in Service Quotas.
*)quotaCode : QuotaCode.t option;The code for the service quota in Service Quotas.
*)}