Skip to content

Bedrock Runtime  >  Errors  >  ModelNotReadyException

ModelNotReadyException

Error Class

ModelNotReadyException dataclass

Bases: ServiceError

The model specified in the request is not ready to serve inference requests. The AWS SDK will automatically retry the operation up to 5 times. For information about configuring automatic retries, see Retry behavior in the AWS SDKs and Tools reference guide.

Attributes

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