Class: Aws::Chime::Types::ThrottledClientException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

The client exceeded its request rate limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


8070
8071
8072
8073
8074
8075
# File 'lib/aws-sdk-chime/types.rb', line 8070

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

#messageString

Returns:

  • (String)


8070
8071
8072
8073
8074
8075
# File 'lib/aws-sdk-chime/types.rb', line 8070

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