# File lib/fog/aws/models/cdn/invalidation.rb, line 38
        def destroy
          # invalidations can't be removed, but tests are requiring they do :)
          true
        end