Class: Aws::Synthetics::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::TooManyRequestsException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-synthetics/types.rb
Overview
There were too many simultaneous requests. Try the operation again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1702 1703 1704 1705 1706 |
# File 'lib/aws-sdk-synthetics/types.rb', line 1702 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |