@Generated(value="software.amazon.awssdk:codegen") public final class SnapshotFeatureNotSupportedException extends ElastiCacheException implements ToCopyableBuilder<SnapshotFeatureNotSupportedException.Builder,SnapshotFeatureNotSupportedException>
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.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
SnapshotFeatureNotSupportedException.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static SnapshotFeatureNotSupportedException.Builder | 
builder()  | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends SnapshotFeatureNotSupportedException.Builder> | 
serializableBuilderClass()  | 
SnapshotFeatureNotSupportedException.Builder | 
toBuilder()
Create a  
AwsServiceException.Builder initialized with the properties of this AwsServiceException. | 
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic SnapshotFeatureNotSupportedException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<SnapshotFeatureNotSupportedException.Builder,SnapshotFeatureNotSupportedException>toBuilder in class ElastiCacheExceptionpublic static SnapshotFeatureNotSupportedException.Builder builder()
public static Class<? extends SnapshotFeatureNotSupportedException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.