# File lib/fog/aws/models/cdn/distribution_helper.rb, line 21
        def disabled?
          requires :identity
          not enabled? and ready?
        end