Skip to content

Bedrock Agentcore  >  Errors  >  InternalServerException

InternalServerException

Error Class

InternalServerException dataclass

Bases: ServiceError

The exception that occurs when the service encounters an unexpected internal error. This is a temporary condition that will resolve itself with retries. We recommend implementing exponential backoff retry logic in your application.

Attributes

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