Class: Aws::KinesisAnalytics::Types::ResourceProvisionedThroughputExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisanalytics/types.rb

Overview

Discovery failed to get a record from the streaming source because of the Amazon Kinesis Streams ProvisionedThroughputExceededException. For more information, see [GetRecords] in the Amazon Kinesis Streams API Reference.

[1]: docs.aws.amazon.com/kinesis/latest/APIReference/API_GetRecords.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2318
2319
2320
2321
2322
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2318

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