Module Values.ServiceQuotaExceededExceptionSource

This request cannot be completed for one of the following reasons. This request cannot be completed if it would cause the number of member accounts in the behavior graph to exceed the maximum allowed. A behavior graph cannot have more than 1,200 member accounts. This request cannot be completed if the current volume ingested is above the limit of 10 TB per day. Detective will not allow you to add additional member accounts.

Sourcetype nonrec t = {
  1. message : ErrorMessage.t option;
  2. resources : ResourceList.t option;
    (*

    The type of resource that has exceeded the service quota.

    *)
}
Sourceval make : ?message:??? -> ?resources:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of Resource.t ] list | `String of ErrorMessage.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