Class: Aws::Drs::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#quota_code ⇒ String
Quota code.
-
#retry_after_seconds ⇒ String
The number of seconds after which the request should be safe to retry.
-
#service_code ⇒ String
Service code.
Instance Attribute Details
#message ⇒ String
3706 3707 3708 3709 3710 3711 3712 3713 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3706 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Quota code.
3706 3707 3708 3709 3710 3711 3712 3713 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3706 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
The number of seconds after which the request should be safe to retry.
3706 3707 3708 3709 3710 3711 3712 3713 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3706 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service code.
3706 3707 3708 3709 3710 3711 3712 3713 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3706 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |