Class: Aws::FSx::Errors::ResourceNotFound

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) ⇒ ResourceNotFound

Returns a new instance of ResourceNotFound.

Parameters:



547
548
549
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 547

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

Instance Method Details

#messageString

Returns:

  • (String)


557
558
559
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 557

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

#resource_arnString

Returns:

  • (String)


552
553
554
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 552

def resource_arn
  @data[:resource_arn]
end