Class: Aws::SNS::Types::ThrottledException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Indicates that the rate at which requests have been submitted for this action exceeds the limit for your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Throttled request.

Returns:

  • (String)


2307
2308
2309
2310
2311
# File 'lib/aws-sdk-sns/types.rb', line 2307

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