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)


2473
2474
2475
2476
2477
2478
# File 'lib/aws-sdk-chime/types.rb', line 2473

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

#messageString

Returns:

  • (String)


2473
2474
2475
2476
2477
2478
# File 'lib/aws-sdk-chime/types.rb', line 2473

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