Class: Aws::FSx::Errors::InvalidImportPath

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

Returns a new instance of InvalidImportPath.

Parameters:



372
373
374
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 372

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

Instance Method Details

#messageString

Returns:

  • (String)


377
378
379
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 377

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