ValidationExceptionField
Details about a specific field that failed validation.
Contents
Note
In the following list, the required parameters are described first.
- Code
-
The specific validation error code indicating the type of validation failure.
Type: String
Valid Values:
REQUIRED_FIELD_MISSING | DUPLICATE_VALUE | INVALID_VALUE | INVALID_STRING_FORMAT | TOO_MANY_VALUES | ACTION_NOT_PERMITTED | INVALID_ENUM_VALUE | INVALID_NUMBER_FORMAT | INVALID_STRING_LENGTHRequired: Yes
- Message
-
A human-readable message describing why the field validation failed.
Type: String
Required: Yes
- Name
-
The name of the field that failed validation.
Type: String
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: