Class: Aws::XRay::Errors::TooManyTagsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::XRay::Errors::TooManyTagsException
- Defined in:
- lib/aws-sdk-xray/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.
192 193 194 |
# File 'lib/aws-sdk-xray/errors.rb', line 192 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
197 198 199 |
# File 'lib/aws-sdk-xray/errors.rb', line 197 def @message || @data[:message] end |
#resource_name ⇒ String
202 203 204 |
# File 'lib/aws-sdk-xray/errors.rb', line 202 def resource_name @data[:resource_name] end |