Skip to content

Bedrock Runtime  >  Errors  >  ModelTimeoutException

ModelTimeoutException

Error Class

ModelTimeoutException dataclass

Bases: ServiceError

The request took too long to process. Processing time exceeded the model timeout length.

Attributes

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