Class: Aws::KinesisVideoSignalingChannels::Types::ClientLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels/types.rb

Overview

Your request was throttled 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)


21
22
23
24
25
# File 'gems/aws-sdk-kinesisvideosignalingchannels/lib/aws-sdk-kinesisvideosignalingchannels/types.rb', line 21

class ClientLimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end