@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() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic SnapshotFeatureNotSupportedException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SnapshotFeatureNotSupportedException.Builder,SnapshotFeatureNotSupportedException>toBuilder in class ElastiCacheExceptionpublic static SnapshotFeatureNotSupportedException.Builder builder()
public static Class<? extends SnapshotFeatureNotSupportedException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.