ThrottlingException¶
Error Class¶
ThrottlingException
dataclass
¶
Bases: ServiceError
The request was denied because of request throttling.
Attributes¶
throttling_reasons
class-attribute
instance-attribute
¶
throttling_reasons: list[ThrottlingReason] | None = None
A list of reasons explaining why the request was throttled.