public class AlreadyExistsException extends AmazonServiceException
Indicates that a resource could not be created due to a naming conflict.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
AlreadyExistsException(String message)
Constructs a new AlreadyExistsException with the specified error
message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the Name property for this object.
|
void |
setName(String name)
Sets the value of the Name property for this object.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AlreadyExistsException(String message)
message - Describes the error encountered.public String getName()
public void setName(String name)
name - The new value for this object's Name property.Copyright © 2015. All rights reserved.