Class: Aws::TimestreamQuery::Types::ThrottlingException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::TimestreamQuery::Types::ThrottlingException
 
- Defined in:
- gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb
Overview
The request was throttled due to excessive requests.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 1828 1829 1830 1831 1832 | # File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1828 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |