ValidationError
Contains information about a validation error, which can be either a field-level or business rule validation error.
Contents
Note
In the following list, the required parameters are described first.
Important
This data type is a UNION, so only one of the following members can be specified when used or returned.
- BusinessValidationError
-
Details about a business rule validation error, if applicable.
Type: BusinessValidationError object
Required: No
- FieldValidationError
-
Details about a field-level validation error, if applicable.
Type: FieldValidationError object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: