Class FileSystemInUseException

All Implemented Interfaces:
Serializable

public class FileSystemInUseException extends AmazonServiceException

Returned if a file system has mount targets.

See Also:
  • Constructor Details

    • FileSystemInUseException

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