@Generated(value="software.amazon.awssdk:codegen") public 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() |
static Class<? extends SnapshotFeatureNotSupportedException.Builder> |
serializableBuilderClass() |
SnapshotFeatureNotSupportedException.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
additionalThrottlingCondition, isClockSkewExceptionerrorCode, errorCode, errorMessage, errorMessage, errorType, errorType, getMessage, headers, headers, isThrottlingException, rawResponse, rawResponse, requestId, requestId, serviceName, serviceName, statusCode, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic SnapshotFeatureNotSupportedException.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SnapshotFeatureNotSupportedException.Builder,SnapshotFeatureNotSupportedException>public static SnapshotFeatureNotSupportedException.Builder builder()
public static Class<? extends SnapshotFeatureNotSupportedException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.