Class: Aws::KinesisAnalyticsV2::Types::ResourceProvisionedThroughputExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ResourceProvisionedThroughputExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Discovery failed to get a record from the streaming source because of the 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
#message ⇒ String
4261 4262 4263 4264 4265 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4261 class ResourceProvisionedThroughputExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |