Exception: PuppetX::IntechWIFI::Exceptions::VpcNotNamedError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/puppet_x/intechwifi/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ VpcNotNamedError

Returns a new instance of VpcNotNamedError



36
37
38
# File 'lib/puppet_x/intechwifi/exceptions.rb', line 36

def initialize(name)
  super("Vpc-id #{name} did not have a name tag.")
end