FieldValidationError
Contains information about a field-level validation error that occurred during an operation.
Contents
Note
In the following list, the required parameters are described first.
- Code
-
A code identifying the specific field validation error.
Type: String
Valid Values:
REQUIRED_FIELD_MISSING | DUPLICATE_VALUE | INVALID_VALUE | INVALID_STRING_FORMAT | TOO_MANY_VALUES | ACTION_NOT_PERMITTED | INVALID_ENUM_VALUERequired: Yes
- Message
-
A description of the field validation error.
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: