ValidationExceptionField
Represents a field-specific validation error with detailed information.
Contents
Note
In the following list, the required parameters are described first.
- Message
-
A detailed message explaining why the field validation failed.
Type: String
Required: Yes
- Name
-
The name of the field that failed validation.
Type: String
Required: Yes
- Code
-
An error code explaining why the field validation failed.
Type: String
Valid Values:
REQUIRED_FIELD_MISSING | INVALID_ENUM_VALUE | INVALID_STRING_FORMAT | INVALID_VALUE | NOT_ENOUGH_VALUES | TOO_MANY_VALUES | INVALID_RESOURCE_STATE | DUPLICATE_KEY_VALUE | VALUE_OUT_OF_RANGE | ACTION_NOT_PERMITTEDRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: