Class DirectoryLimitExceededException

All Implemented Interfaces:
Serializable

public class DirectoryLimitExceededException extends AmazonServiceException

The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.

See Also:
  • Constructor Details

    • DirectoryLimitExceededException

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