Class: Aws::InternetMonitor::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-internetmonitor/types.rb
Overview
There were too many requests.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1910 1911 1912 1913 1914 |
# File 'lib/aws-sdk-internetmonitor/types.rb', line 1910 class TooManyRequestsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |