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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sns/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 Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Throttled request.

Returns:

  • (String)


2978
2979
2980
2981
2982
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 2978

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