Serializable
, ToCopyableBuilder<SnapshotFeatureNotSupportedException.Builder,SnapshotFeatureNotSupportedException>
@Generated("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 cache cluster running on a cache.t1.micro
cache node.
Creating a snapshot of a cache cluster that is running Memcached rather than Redis.
Neither of these are supported by ElastiCache.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SnapshotFeatureNotSupportedException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | 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.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SnapshotFeatureNotSupportedException.Builder toBuilder()
ToCopyableBuilder
toBuilder
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.