Skip to content

Transcribe Streaming  >  Errors  >  LimitExceededException

LimitExceededException

Error Class

LimitExceededException dataclass

Bases: ServiceError

Your client has exceeded one of the Amazon Transcribe limits, typically the concurrent stream service quota. This error can also occur if a stream exceeds the maximum session duration. In rare cases, this error can also occur if you increase your number of concurrent streams too quickly. Reduce your number of concurrent streams and try your request again using an exponential backoff strategy.

Attributes

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