ValidationException¶
Error Class¶
ValidationException
dataclass
¶
Bases: ServiceError
The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.
Attributes¶
fields
class-attribute
instance-attribute
¶
fields: list[ValidationExceptionField] | None = None
The input field(s) that failed validation.
reason
instance-attribute
¶
reason: ValidationExceptionReason
The reason for the ValidationException.