Class: Aws::KinesisVideo::Types::ClientLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisVideo::Types::ClientLimitExceededException
- Defined in:
- gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb
Overview
Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
131 132 133 134 135 |
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 131 class ClientLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |