# File lib/fog/aws/models/elasticache/subnet_group.rb, line 10
        def ready?
          # Just returning true, as Elasticache subnet groups
          # seem to not have a status, unlike RDS subnet groups.
          true
        end