Class: Aws::KinesisAnalyticsV2::Types::ResourceProvisionedThroughputExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ResourceProvisionedThroughputExceededException
- Defined in:
- gems/aws-sdk-kinesisanalyticsv2/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4261 4262 4263 4264 4265 |
# File 'gems/aws-sdk-kinesisanalyticsv2/lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4261 class ResourceProvisionedThroughputExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |