Exception: TerraformInventory::Exception::ResourceNotFoundException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/terraform_inventory/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(resource_selector) ⇒ ResourceNotFoundException

Returns a new instance of ResourceNotFoundException.



4
5
6
# File 'lib/terraform_inventory/exception.rb', line 4

def initialize(resource_selector)
  super("Resource not found using selector: '#{resource_selector}'")
end