Bedrock Agentcore > Errors > ServiceException ServiceException¶ Error Class¶ ServiceException dataclass ¶ Bases: ServiceError The service encountered an internal error. Try your request again later. Attributes¶ fault class-attribute instance-attribute ¶ fault: Literal['client', 'server'] | None = 'server'