Class: Aws::KinesisVideoMedia::Types::ConnectionLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideoMedia::Types::ConnectionLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisvideomedia/types.rb
Overview
Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client connections.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
35 36 37 38 39 |
# File 'lib/aws-sdk-kinesisvideomedia/types.rb', line 35 class ConnectionLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |