Class: Aws::ChimeSDKMeetings::Types::ThrottlingException

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

Overview

The number of customer requests exceeds the request rate limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1589
1590
1591
1592
1593
1594
1595
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1589

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

#messageString

Returns:

  • (String)


1589
1590
1591
1592
1593
1594
1595
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1589

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

#request_idString

The ID of the request that exceeded the throttling limit.

Returns:

  • (String)


1589
1590
1591
1592
1593
1594
1595
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1589

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