Method: Aws::SNS::Types::TopicLimitExceededException#message

Defined in:
lib/aws-sdk-sns/types.rb

#messageString

Returns:

  • (String)


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

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