@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IncompatibleParameterErrorException extends AmazonFSxException
The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.
AmazonServiceException.ErrorType
Constructor and Description |
---|
IncompatibleParameterErrorException(String message)
Constructs a new IncompatibleParameterErrorException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getParameter()
A parameter that is incompatible with the earlier request.
|
void |
setParameter(String parameter)
A parameter that is incompatible with the earlier request.
|
IncompatibleParameterErrorException |
withParameter(String parameter)
A parameter that is incompatible with the earlier request.
|
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 IncompatibleParameterErrorException(String message)
message
- Describes the error encountered.public void setParameter(String parameter)
A parameter that is incompatible with the earlier request.
parameter
- A parameter that is incompatible with the earlier request.public String getParameter()
A parameter that is incompatible with the earlier request.
public IncompatibleParameterErrorException withParameter(String parameter)
A parameter that is incompatible with the earlier request.
parameter
- A parameter that is incompatible with the earlier request.