Class: Aws::TimestreamInfluxDB::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


1303
1304
1305
1306
1307
1308
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1303

class ThrottlingException < Struct.new(
  :message,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsInteger

The number of seconds the caller should wait before retrying.

Returns:

  • (Integer)


1303
1304
1305
1306
1307
1308
# File 'lib/aws-sdk-timestreaminfluxdb/types.rb', line 1303

class ThrottlingException < Struct.new(
  :message,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end