Values.ExceedsLimitExceptionSourceThe request was rejected because it attempted to create resources beyond the current Entity Resolution account limits. The error message describes the limit exceeded.
type nonrec t = {message : ErrorMessage.t option;quotaName : String_.t option;The name of the quota that has been breached.
*)quotaValue : Integer.t option;The current quota value for the customers.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of ErrorMessage.t ]) list ]