Class ProvisionedThroughputExceededException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ProvisionedThroughputExceededException.Builder,ProvisionedThroughputExceededException>

@Generated("software.amazon.awssdk:codegen") public final class ProvisionedThroughputExceededException extends KinesisException implements ToCopyableBuilder<ProvisionedThroughputExceededException.Builder,ProvisionedThroughputExceededException>

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 Data Streams Developer Guide, and Error Retries and Exponential Backoff in Amazon Web Services in the Amazon Web Services General Reference.

See Also: