ThrottlingException¶
Error Class¶
ThrottlingException
dataclass
¶
Bases: ServiceError
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.
Attributes¶
throttling_reasons
class-attribute
instance-attribute
¶
throttling_reasons: list[ThrottlingReason] | None = None
A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.