Class FileSystemLimitExceededException

All Implemented Interfaces:
Serializable

public class FileSystemLimitExceededException extends AmazonServiceException

Returned if the AWS account has already created maximum number of file systems allowed per account.

See Also:
  • Constructor Details

    • FileSystemLimitExceededException

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