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
| 4923 4924 4925 4926 4927 | # File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4923 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |