public class SnapshotLimitExceededException extends AWSDirectoryServiceException
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() |
void |
setRequestId(String requestId) |
SnapshotLimitExceededException |
withRequestId(String requestId) |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SnapshotLimitExceededException(String message)
message - Describes the error encountered.public void setRequestId(String requestId)
setRequestId in class AmazonServiceExceptionrequestId - public String getRequestId()
getRequestId in class AmazonServiceExceptionpublic SnapshotLimitExceededException withRequestId(String requestId)
requestId - Copyright © 2016. All rights reserved.