Class RuntimeClientErrorException

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

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

The exception that occurs when there is an error in the runtime client. This can happen due to network issues, invalid configuration, or other client-side problems. Check the error message for specific details about the error.

See Also: