Class InternalServerException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<InternalServerException.Builder,InternalServerException>

@Generated("software.amazon.awssdk:codegen") public final class InternalServerException extends BedrockAgentCoreException implements ToCopyableBuilder<InternalServerException.Builder,InternalServerException>

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.

See Also: