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.
592 593 594 |
# File 'lib/aws-sdk-fsx/errors.rb', line 592 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
602 603 604 |
# File 'lib/aws-sdk-fsx/errors.rb', line 602 def @message || @data[:message] end |
#resource_arn ⇒ String
597 598 599 |
# File 'lib/aws-sdk-fsx/errors.rb', line 597 def resource_arn @data[:resource_arn] end |