Class: Aws::Synthetics::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Synthetics::Types::TooManyRequestsException
- Defined in:
- gems/aws-sdk-synthetics/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
2162 2163 2164 2165 2166 |
# File 'gems/aws-sdk-synthetics/lib/aws-sdk-synthetics/types.rb', line 2162 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |