public class CannotDeleteException extends AmazonServiceException
Indicates that the delete operation could not be completed.
AmazonServiceException.ErrorType
Constructor and Description |
---|
CannotDeleteException(java.lang.String message)
Constructs a new CannotDeleteException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the name property for this object.
|
void |
setName(java.lang.String name)
Sets the value of name
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public CannotDeleteException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getName()
public void setName(java.lang.String name)
name
- The new value for the name property for this object.Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.