Class FileSystemNotFoundException

All Implemented Interfaces:
Serializable

public class FileSystemNotFoundException extends AmazonServiceException

Returned if the specified FileSystemId does not exist in the requester's AWS account.

See Also:
  • Constructor Details

    • FileSystemNotFoundException

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