# File lib/fog/aws/models/compute/snapshot.rb, line 27
        def ready?
          state == 'completed'
        end