Values.RequestLimitExceededSourceThroughput exceeds the current throughput quota for your account. For detailed information about why the request was throttled and the ARN of the impacted resource, find the ThrottlingReason field in the returned exception. Contact Amazon Web Services Support to request a quota increase.
type nonrec t = {message : ErrorMessage.t option;throttlingReasons : ThrottlingReasonList.t option;A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of Reason.t ]) list ] list
| `String of ErrorMessage.t ])
list ]