Skip to content

Bedrock Data Automation Runtime  >  Errors  >  InternalServerException

InternalServerException

Error Class

InternalServerException dataclass

Bases: ServiceError

This exception is for any internal un-expected service errors.

Attributes

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