Bedrock Agent > Structures > ValidationExceptionField ValidationExceptionField¶ Structure Class¶ ValidationExceptionField dataclass ¶ Stores information about a field passed inside a request that resulted in an validation error. Attributes¶ message instance-attribute ¶ message: str A message describing why this field failed validation. name instance-attribute ¶ name: str The name of the field.