Class FileSystemAlreadyExistsException

All Implemented Interfaces:
Serializable

public class FileSystemAlreadyExistsException extends AmazonServiceException

Returned if the file system you are trying to create already exists, with the creation token you provided.

See Also:
  • Constructor Details

    • FileSystemAlreadyExistsException

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