Class: Aws::TimestreamQuery::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-timestreamquery/types.rb', line 1828 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |