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

Inherits:
ServiceError
  • Object
show all
Defined in:
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:



592
593
594
# File 'lib/aws-sdk-fsx/errors.rb', line 592

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

Instance Method Details

#messageString

Returns:

  • (String)


602
603
604
# File 'lib/aws-sdk-fsx/errors.rb', line 602

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

#resource_arnString

Returns:

  • (String)


597
598
599
# File 'lib/aws-sdk-fsx/errors.rb', line 597

def resource_arn
  @data[:resource_arn]
end