public class InvalidInputException
extends com.amazonaws.AmazonServiceException
An error on the client occurred. Typically, the cause is an invalid input value.
| Constructor and Description |
|---|
InvalidInputException(java.lang.String message)
Constructs a new InvalidInputException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCode()
Returns the value of the code property for this object.
|
void |
setCode(java.lang.Integer code)
Sets the value of code
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCodepublic InvalidInputException(java.lang.String message)
message - Describes the error encountered.public java.lang.Integer getCode()
public void setCode(java.lang.Integer code)
code - The new value for the code property for this object.