Class: Aws::FSx::Errors::ResourceDoesNotSupportTagging
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::FSx::Errors::ResourceDoesNotSupportTagging
- Defined in:
- lib/aws-sdk-fsx/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceDoesNotSupportTagging
constructor
A new instance of ResourceDoesNotSupportTagging.
- #message ⇒ String
- #resource_arn ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceDoesNotSupportTagging
Returns a new instance of ResourceDoesNotSupportTagging.
527 528 529 |
# File 'lib/aws-sdk-fsx/errors.rb', line 527 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
537 538 539 |
# File 'lib/aws-sdk-fsx/errors.rb', line 537 def @message || @data[:message] end |
#resource_arn ⇒ String
532 533 534 |
# File 'lib/aws-sdk-fsx/errors.rb', line 532 def resource_arn @data[:resource_arn] end |