Class: Aws::Kinesis::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
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.
1019 1020 1021 1022 1023 |
# File 'lib/aws-sdk-kinesis/types.rb', line 1019 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |