public class SnapshotFeatureNotSupportedException extends AmazonServiceException
You attempted one of the following actions:
Creating a snapshot of a Redis cache cluster running on a t1.micro cache node.
Creating a snapshot of a cache cluster that is running Memcached rather than Redis.
Neither of these are supported by ElastiCache.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
| SnapshotFeatureNotSupportedException(String message)Constructs a new SnapshotFeatureNotSupportedException with the specified error
 message. | 
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SnapshotFeatureNotSupportedException(String message)
message - Describes the error encountered.Copyright © 2015. All rights reserved.