public class InvalidParameterValueException extends AmazonServiceException
Returned if a parameter of the request is incorrectly specified.
AmazonServiceException.ErrorType| コンストラクタと説明 |
|---|
InvalidParameterValueException(java.lang.String message)
Constructs a new InvalidParameterValueException with the specified error
message.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getCode()
Returns the value of the Code property for this object.
|
java.lang.String |
getType()
Returns the value of the Type property for this object.
|
void |
setCode(java.lang.String code)
Sets the value of the Code property for this object.
|
void |
setType(java.lang.String type)
Sets the value of the Type property for this object.
|
getErrorCode, getErrorType, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRequestId, setServiceName, setStatusCode, toStringpublic InvalidParameterValueException(java.lang.String message)
message - Describes the error encountered.public java.lang.String getType()
public void setType(java.lang.String type)
type - The new value for this object's Type property.public java.lang.String getCode()
public void setCode(java.lang.String code)
code - The new value for this object's Code property.