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
5055 5056 5057 5058 5059 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5055 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |