public class PropertyValidationException
extends com.amazonaws.AmazonServiceException
The property is not valid.
| Constructor and Description |
|---|
PropertyValidationException(java.lang.String message)
Constructs a new PropertyValidationException with the specified error
message.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PropertyValidationExceptionProperty> |
getPropertyList()
Returns the value of the propertyList property for this object.
|
void |
setPropertyList(java.util.Collection<PropertyValidationExceptionProperty> propertyList)
Sets the value of propertyList
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCodepublic PropertyValidationException(java.lang.String message)
message - Describes the error encountered.public java.util.List<PropertyValidationExceptionProperty> getPropertyList()
public void setPropertyList(java.util.Collection<PropertyValidationExceptionProperty> propertyList)
propertyList - The new value for the propertyList property for this
object.