@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnapshotFeatureNotSupportedException extends AmazonElastiCacheException
You attempted one of the following operations:
 Creating a snapshot of a Redis cluster running on a cache.t1.micro cache node.
 
Creating a snapshot of a 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, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SnapshotFeatureNotSupportedException(String message)
message - Describes the error encountered.