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

Returns a new instance of VolumeNotFoundError.



12
13
14
# File 'lib/chef/provider/aws_ebs_volume.rb', line 12

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