Skip to content

Bedrock Runtime  >  Errors  >  ServiceUnavailableException

ServiceUnavailableException

Error Class

ServiceUnavailableException dataclass

Bases: ServiceError

The service isn't currently available. For troubleshooting this error, see ServiceUnavailable in the Amazon Bedrock User Guide

Attributes

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