Class: Aws::Athena::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



55
56
57
# File 'lib/aws-sdk-athena/errors.rb', line 55

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

Instance Method Details

#messageString

Returns:

  • (String)


60
61
62
# File 'lib/aws-sdk-athena/errors.rb', line 60

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

#resource_nameString

Returns:

  • (String)


65
66
67
# File 'lib/aws-sdk-athena/errors.rb', line 65

def resource_name
  @data[:resource_name]
end