Class: Aws::Route53GlobalResolver::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
The request was throttled due to too many requests. Wait a moment and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#quota_code ⇒ String
The quota code recognized by the AWS Service Quotas service.
-
#retry_after_seconds ⇒ Integer
Number of seconds in which the caller can retry the request.
-
#service_code ⇒ String
The code for the AWS service that owns the quota.
Instance Attribute Details
#message ⇒ String
3798 3799 3800 3801 3802 3803 3804 3805 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3798 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code recognized by the AWS Service Quotas service.
3798 3799 3800 3801 3802 3803 3804 3805 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3798 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Number of seconds in which the caller can retry the request.
3798 3799 3800 3801 3802 3803 3804 3805 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3798 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code for the AWS service that owns the quota.
3798 3799 3800 3801 3802 3803 3804 3805 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3798 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |