Class: Aws::Route53Resolver::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb
Overview
The request was throttled. Try again in a few minutes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4897 4898 4899 4900 4901 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4897 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |