# File lib/fog/compute/models/slicehost/images.rb, line 17
        def get(image_id)
          connection.get_image(image_id)
        rescue Excon::Errors::Forbidden
          nil
        end