Class: Aws::Kinesis::Types::ProvisionedThroughputExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::ProvisionedThroughputExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
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*.
[1]: docs.aws.amazon.com/kinesis/latest/dev/service-sizes-and-limits.html [2]: docs.aws.amazon.com/general/latest/gr/api-retries.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#message ⇒ String
A message that provides information about the error.
1546 1547 1548 1549 1550 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1546 class ProvisionedThroughputExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |