Class: Aws::TimestreamInfluxDB::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamInfluxDB::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-timestreaminfluxdb/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
3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 3005 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.
3005 3006 3007 3008 3009 3010 |
# File 'gems/aws-sdk-timestreaminfluxdb/lib/aws-sdk-timestreaminfluxdb/types.rb', line 3005 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |