Class: Aws::FSx::Errors::NotServiceResourceError

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

Returns a new instance of NotServiceResourceError.

Parameters:



507
508
509
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 507

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

Instance Method Details

#messageString

Returns:

  • (String)


517
518
519
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 517

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

#resource_arnString

Returns:

  • (String)


512
513
514
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/errors.rb', line 512

def resource_arn
  @data[:resource_arn]
end