Module Values.ThrottlingExceptionSource

The request was denied due to request throttling. For detailed information about why the request was throttled and the ARN of the impacted resource, find the ThrottlingReason field in the returned exception.

Sourcetype nonrec t = {
  1. message : AvailabilityErrorMessage.t option;
  2. throttlingReasons : ThrottlingReasonList.t option;
    (*

    A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.

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