Class: Aws::Route53Profiles::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/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
885 886 887 888 889 |
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 885 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |