Class: Aws::NotificationsContacts::Types::ThrottlingException

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

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



402
403
404
405
406
407
408
409
# File 'lib/aws-sdk-notificationscontacts/types.rb', line 402

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

Identifies the quota that is being throttled.



402
403
404
405
406
407
408
409
# File 'lib/aws-sdk-notificationscontacts/types.rb', line 402

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsInteger

The number of seconds a client should wait before retrying the request.



402
403
404
405
406
407
408
409
# File 'lib/aws-sdk-notificationscontacts/types.rb', line 402

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

Identifies the service being throttled.



402
403
404
405
406
407
408
409
# File 'lib/aws-sdk-notificationscontacts/types.rb', line 402

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end