Class: Aws::Route53::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
The limit on the number of requests per second was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7123 7124 7125 7126 7127 |
# File 'lib/aws-sdk-route53/types.rb', line 7123 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |