@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidParameterException extends AmazonRoute53ResolverException
One or more parameters in this request are not valid.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidParameterException(String message)
Constructs a new InvalidParameterException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
For an
InvalidParameterException error, the name of the parameter that's invalid. |
void |
setFieldName(String fieldName)
For an
InvalidParameterException error, the name of the parameter that's invalid. |
InvalidParameterException |
withFieldName(String fieldName)
For an
InvalidParameterException error, the name of the parameter that's invalid. |
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 InvalidParameterException(String message)
message
- Describes the error encountered.public void setFieldName(String fieldName)
For an InvalidParameterException
error, the name of the parameter that's invalid.
fieldName
- For an InvalidParameterException
error, the name of the parameter that's invalid.public String getFieldName()
For an InvalidParameterException
error, the name of the parameter that's invalid.
InvalidParameterException
error, the name of the parameter that's invalid.public InvalidParameterException withFieldName(String fieldName)
For an InvalidParameterException
error, the name of the parameter that's invalid.
fieldName
- For an InvalidParameterException
error, the name of the parameter that's invalid.