Module Values.WAFLimitsExceededExceptionSource

WAF couldn’t perform the operation because you exceeded your resource limit. For example, the maximum number of WebACL objects that you can create for an Amazon Web Services account. For more information, see WAF quotas in the WAF Developer Guide.

Sourcetype nonrec t = {
  1. message : ErrorMessage.t option;
  2. sourceType : SourceType.t option;
    (*

    Source type for the exception.

    *)
}
Sourceval make : ?message:??? -> ?sourceType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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