Skip to content

Bedrock Runtime  >  Errors  >  ValidationException

ValidationException

Error Class

ValidationException dataclass

Bases: ServiceError

The input fails to satisfy the constraints specified by Amazon Bedrock. For troubleshooting this error, see ValidationError in the Amazon Bedrock User Guide

Attributes

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