Class: Aws::TimestreamWrite::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamWrite::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamwrite/types.rb
Overview
Too many requests were made by a user exceeding service quotas. The request was throttled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1151 1152 1153 1154 1155 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 1151 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |