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