Class: Aws::ConnectWisdomService::Errors::TooManyTagsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ConnectWisdomService::Errors::TooManyTagsException
- Defined in:
- gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyTagsException
constructor
A new instance of TooManyTagsException.
-
#message ⇒ String
-
#resource_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyTagsException
Returns a new instance of TooManyTagsException.
149 150 151 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/errors.rb', line 149 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
154 155 156 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/errors.rb', line 154 def @message || @data[:message] end |
#resource_name ⇒ String
159 160 161 |
# File 'gems/aws-sdk-connectwisdomservice/lib/aws-sdk-connectwisdomservice/errors.rb', line 159 def resource_name @data[:resource_name] end |