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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


2123
2124
2125
2126
2127
# File 'lib/aws-sdk-sns/types.rb', line 2123

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