# File lib/aws/ec2/security_group.rb, line 469 def ensure_vpc &block raise 'operation permitted for VPC security groups only' unless vpc? yield end