Class MountTargetConflictException

All Implemented Interfaces:
Serializable

public class MountTargetConflictException extends AmazonServiceException

Returned if the mount target would violate one of the specified restrictions based on the file system's existing mount targets.

See Also:
  • Constructor Details

    • MountTargetConflictException

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