Class ProvisionedThroughputExceededException

All Implemented Interfaces:
Serializable

public class ProvisionedThroughputExceededException extends AmazonServiceException

The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Streams Developer Guide, and Error Retries and Exponential Backoff in AWS in the AWS General Reference.

See Also:
  • Constructor Details

    • ProvisionedThroughputExceededException

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