Exception: TerraformInventory::Exception::ResourceNotFoundException
- Inherits:
-
StandardError
- Object
- StandardError
- TerraformInventory::Exception::ResourceNotFoundException
- Defined in:
- lib/terraform_inventory/exception.rb
Instance Method Summary collapse
-
#initialize(resource_selector) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
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 |