

# ValidationExceptionField
<a name="API_ValidationExceptionField"></a>

Contains information about a field that failed validation, including the field name and a descriptive error message.

## Contents
<a name="API_ValidationExceptionField_Contents"></a>

 ** Message **   <a name="mwaaserverless-Type-ValidationExceptionField-Message"></a>
A message that describes why the field failed validation.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 2048.  
Pattern: `.*`   
Required: Yes

 ** Name **   <a name="mwaaserverless-Type-ValidationExceptionField-Name"></a>
The name of the field that failed validation.  
Type: String  
Required: Yes

## See Also
<a name="API_ValidationExceptionField_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/mwaa-serverless-2024-07-26/ValidationExceptionField) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/mwaa-serverless-2024-07-26/ValidationExceptionField) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/mwaa-serverless-2024-07-26/ValidationExceptionField) 