@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidationException extends AmazonLookoutMetricsException
The input fails to satisfy the constraints specified by the AWS service. Check your input values 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()
Fields that failed validation.
|
String |
getReason()
The reason that validation failed.
|
void |
setFields(Collection<ValidationExceptionField> fields)
Fields that failed validation.
|
void |
setReason(String reason)
The reason that validation failed.
|
ValidationException |
withFields(Collection<ValidationExceptionField> fields)
Fields that failed validation.
|
ValidationException |
withFields(ValidationExceptionField... fields)
Fields that failed validation.
|
ValidationException |
withReason(String reason)
The reason that validation failed.
|
ValidationException |
withReason(ValidationExceptionReason reason)
The reason that validation failed.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(String message)
message - Describes the error encountered.public void setReason(String reason)
The reason that validation failed.
reason - The reason that validation failed.ValidationExceptionReasonpublic String getReason()
The reason that validation failed.
ValidationExceptionReasonpublic ValidationException withReason(String reason)
The reason that validation failed.
reason - The reason that validation failed.ValidationExceptionReasonpublic ValidationException withReason(ValidationExceptionReason reason)
The reason that validation failed.
reason - The reason that validation failed.ValidationExceptionReasonpublic List<ValidationExceptionField> getFields()
Fields that failed validation.
public void setFields(Collection<ValidationExceptionField> fields)
Fields that failed validation.
fields - Fields that failed validation.public ValidationException withFields(ValidationExceptionField... fields)
Fields 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 - Fields that failed validation.public ValidationException withFields(Collection<ValidationExceptionField> fields)
Fields that failed validation.
fields - Fields that failed validation.