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 Amazon Web Services 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 Amazon Web Services service that owns the quota.
Instance Attribute Details
#message ⇒ String
3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3859 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 Amazon Web Services Service Quotas service.
3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3859 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.
3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3859 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code for the Amazon Web Services service that owns the quota.
3859 3860 3861 3862 3863 3864 3865 3866 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3859 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |