Class: Aws::KinesisVideo::Types::ClientLimitExceededException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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