public class SnapshotLimitExceededException extends AmazonServiceException
The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits operation to determine the snapshot limits for a directory.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
SnapshotLimitExceededException(String message)
Constructs a new SnapshotLimitExceededException with the specified error
message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
Returns the value of the RequestId property for this object.
|
void |
setRequestId(String requestId)
Sets the value of the RequestId property for this object.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorType, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SnapshotLimitExceededException(String message)
message - Describes the error encountered.public String getRequestId()
getRequestId in class AmazonServiceExceptionpublic void setRequestId(String requestId)
setRequestId in class AmazonServiceExceptionrequestId - The new value for this object's RequestId property.Copyright © 2015. All rights reserved.