Class LimitExceededException

All Implemented Interfaces:
Serializable

public class LimitExceededException extends AmazonServiceException

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed (5).

See Also:
  • Constructor Details

    • LimitExceededException

      public LimitExceededException(String message)
      Constructs a new LimitExceededException with the specified error message.
      Parameters:
      message - Describes the error encountered.