Class: Aws::SNS::Types::TagLimitExceededException

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

Overview

Can't add more than 50 tags to a topic.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2927
2928
2929
2930
2931
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 2927

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