@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationException extends AWSQBusinessException
The input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ValidationException(String message)
Constructs a new ValidationException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
List<ValidationExceptionField> |
getFields()
The input field(s) that failed validation.
|
String |
getReason()
The reason for the
ValidationException . |
void |
setFields(Collection<ValidationExceptionField> fields)
The input field(s) that failed validation.
|
void |
setReason(String reason)
The reason for the
ValidationException . |
ValidationException |
withFields(Collection<ValidationExceptionField> fields)
The input field(s) that failed validation.
|
ValidationException |
withFields(ValidationExceptionField... fields)
The input field(s) that failed validation.
|
ValidationException |
withReason(String reason)
The reason for the
ValidationException . |
ValidationException |
withReason(ValidationExceptionReason reason)
The reason for the
ValidationException . |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ValidationException(String message)
message
- Describes the error encountered.public void setReason(String reason)
The reason for the ValidationException
.
reason
- The reason for the ValidationException
.ValidationExceptionReason
public String getReason()
The reason for the ValidationException
.
ValidationException
.ValidationExceptionReason
public ValidationException withReason(String reason)
The reason for the ValidationException
.
reason
- The reason for the ValidationException
.ValidationExceptionReason
public ValidationException withReason(ValidationExceptionReason reason)
The reason for the ValidationException
.
reason
- The reason for the ValidationException
.ValidationExceptionReason
public List<ValidationExceptionField> getFields()
The input field(s) that failed validation.
public void setFields(Collection<ValidationExceptionField> fields)
The input field(s) that failed validation.
fields
- The input field(s) that failed validation.public ValidationException withFields(ValidationExceptionField... fields)
The input field(s) that failed validation.
NOTE: This method appends the values to the existing list (if any). Use
setFields(java.util.Collection)
or withFields(java.util.Collection)
if you want to override the
existing values.
fields
- The input field(s) that failed validation.public ValidationException withFields(Collection<ValidationExceptionField> fields)
The input field(s) that failed validation.
fields
- The input field(s) that failed validation.