Skip to content

Qbusiness  >  Errors  >  ThrottlingException

ThrottlingException

Error Class

ThrottlingException dataclass

Bases: ServiceError

The request was denied due to throttling. Reduce the number of requests and try again.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'