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
4897 4898 4899 4900 4901 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4897 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |