Class: Aws::Route53Resolver::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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
4850 4851 4852 4853 4854 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4850 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |