Values.ServiceQuotaExceededExceptionSourceOccurs when the calling command attempts to exceed one of the service quotas, for example trying to create a capability when you already have the maximum number of capabilities allowed.
type nonrec t = {message : ErrorMessage.t option;resourceId : String_.t option;The ID for the resource that exceeded the quota, which caused the exception.
*)resourceType : String_.t option;The resource type (profile, partnership, transformer, or capability) that exceeded the quota, which caused the exception.
*)serviceCode : String_.t option;The code responsible for exceeding the quota, which caused the exception.
*)quotaCode : String_.t option;The quota that was exceeded, which caused the exception.
*)}