Module Values.HumanLoopQuotaExceededExceptionSource

The number of in-progress human reviews you have has exceeded the number allowed.

Sourcetype nonrec t = {
  1. resourceType : String_.t option;
    (*

    The resource type.

    *)
  2. quotaCode : String_.t option;
    (*

    The quota code.

    *)
  3. serviceCode : String_.t option;
    (*

    The service code.

    *)
}
Sourceval make : ?resourceType:??? -> ?quotaCode:??? -> ?serviceCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t