Class: Aws::TimestreamInfluxDB::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreaminfluxdb/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds the caller should wait before retrying.
Instance Attribute Details
#message ⇒ String
1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1341 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds the caller should wait before retrying.
1341 1342 1343 1344 1345 1346 |
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1341 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |