Class: Aws::CloudWatchLogs::Errors::TooManyTagsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudWatchLogs::Errors::TooManyTagsException
- Defined in:
- lib/aws-sdk-cloudwatchlogs/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.
246 247 248 |
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 246 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
251 252 253 |
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 251 def @message || @data[:message] end |
#resource_name ⇒ String
256 257 258 |
# File 'lib/aws-sdk-cloudwatchlogs/errors.rb', line 256 def resource_name @data[:resource_name] end |