Class: Aws::Notifications::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#quota_code ⇒ String
Identifies the quota that is being throttled.
-
#retry_after_seconds ⇒ Integer
The number of seconds a client should wait before retrying the request.
-
#service_code ⇒ String
Identifies the service being throttled.
Instance Attribute Details
#message ⇒ String
3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3344 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Identifies the quota that is being throttled.
3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3344 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds a client should wait before retrying the request.
3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3344 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Identifies the service being throttled.
3344 3345 3346 3347 3348 3349 3350 3351 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 3344 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |