# File lib/rudy/cli/aws/ec2/snapshots.rb, line 8
 8:     def create_snapshots_valid?
 9:       raise Drydock::ArgError.new('volume ID', @alias) unless @option.volume
10:       @volume = Rudy::AWS::EC2::Volumes.get(@option.volume)
11:       !@volume.nil?
12:     end