Exception: Chef::Provider::AwsEbsVolume::VolumeNotFoundError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/provider/aws_ebs_volume.rb

Instance Method Summary collapse

Constructor Details

#initialize(new_resource) ⇒ VolumeNotFoundError



8
9
10
# File 'lib/chef/provider/aws_ebs_volume.rb', line 8

def initialize(new_resource)
  super("#{new_resource} does not exist!")
end