# File lib/fog/aws/models/rds/cluster.rb, line 25
        def ready?
          state == "available"
        end