Class: Aws::TimestreamWrite::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb

Overview

Too many requests were made by a user and they exceeded the service quotas. The request was throttled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1564
1565
1566
1567
1568
# File 'gems/aws-sdk-timestreamwrite/lib/aws-sdk-timestreamwrite/types.rb', line 1564

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