Class SnapshotLimitExceededException

All Implemented Interfaces:
Serializable

public class SnapshotLimitExceededException extends AmazonServiceException

The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits operation to determine the snapshot limits for a directory.

See Also:
  • Constructor Details

    • SnapshotLimitExceededException

      public SnapshotLimitExceededException(String message)
      Constructs a new SnapshotLimitExceededException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details