Skip to content

Bedrock Data Automation Runtime  >  Errors  >  ServiceUnavailableException

ServiceUnavailableException

Error Class

ServiceUnavailableException dataclass

Bases: ServiceError

This exception will be thrown when service is temporarily unavailable.

Attributes

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