Values.ThrottlingExceptionSourceThe request was denied because too many requests were made in a short period, exceeding the service rate limits. Amazon Managed Workflows for Apache Airflow Serverless implements throttling controls to ensure fair resource allocation across all customers in the multi-tenant environment. This helps maintain service stability and performance. If you encounter throttling, implement exponential backoff and retry logic in your applications, or consider distributing your API calls over a longer time period.
type nonrec t = {message : ErrorMessage.t option;serviceCode : String_.t option;The code for the service.
*)quotaCode : String_.t option;The code of the quota.
*)retryAfterSeconds : Integer.t option;The number of seconds to wait before retrying the operation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of ErrorMessage.t ]) list ]