Class SnapshotFeatureNotSupportedException

  • All Implemented Interfaces:
    Serializable

    public class SnapshotFeatureNotSupportedException
    extends AmazonServiceException

    You attempted one of the following actions:

    • Creating a snapshot of a Redis cache cluster running on a 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.

    See Also:
    Serialized Form
    • Constructor Detail

      • SnapshotFeatureNotSupportedException

        public SnapshotFeatureNotSupportedException​(String message)
        Constructs a new SnapshotFeatureNotSupportedException with the specified error message.
        Parameters:
        message - Describes the error encountered.