Class: Aws::FSx::Errors::ResourceDoesNotSupportTagging

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceDoesNotSupportTagging

Returns a new instance of ResourceDoesNotSupportTagging.

Parameters:



527
528
529
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 527

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


537
538
539
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 537

def message
  @message || @data[:message]
end

#resource_arnString

Returns:

  • (String)


532
533
534
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 532

def resource_arn
  @data[:resource_arn]
end