Class: Aws::Kinesis::Types::ProvisionedThroughputExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that provides information about the error.

Returns:

  • (String)


1420
1421
1422
1423
1424
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1420

class ProvisionedThroughputExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end