Class: Aws::SNS::Types::SubscriptionLimitExceededException

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

Overview

Indicates that the customer already owns the maximum allowed number of subscriptions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2895
2896
2897
2898
2899
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 2895

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