Module Values.ThrottlingExceptionSource

The limit on the number of requests per second was exceeded.

Sourcetype nonrec t = {
  1. message : String_.t option;
  2. quotaCode : String_.t option;
    (*

    That the rate of requests to Security Lake is exceeding the request quotas for your Amazon Web Services account.

    *)
  3. retryAfterSeconds : Integer.t option;
    (*

    Retry the request after the specified time.

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

    The code for the service in Service Quotas.

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