Class: Aws::SNS::Types::TopicLimitExceededException

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 topics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3178
3179
3180
3181
3182
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 3178

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