Module Values.TooManyRequestsExceptionSource

The request throughput limit was exceeded. For more information, see Lambda quotas.

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

    The number of seconds the caller should wait before retrying.

    *)
  2. type_ : String_.t option;
  3. message : String_.t option;
  4. reason : ThrottleReason.t option;
}
Sourceval make : ?retryAfterSeconds:??? -> ?type_:??? -> ?message:??? -> ?reason:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum 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