# File lib/aws/ec2/vpc.rb, line 54
      def delete
        client.delete_vpc(:vpc_id => vpc_id)
        nil
      end