@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, isThrottlingException
requestId, statusCode
retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
public SnapshotFeatureNotSupportedException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<SnapshotFeatureNotSupportedException.Builder,SnapshotFeatureNotSupportedException>
toBuilder
in class ElastiCacheException
public static SnapshotFeatureNotSupportedException.Builder builder()
public static Class<? extends SnapshotFeatureNotSupportedException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.