# File lib/fog/aws/models/rds/event_subscription.rb, line 14
        def ready?
          ! ['deleting', 'creating'].include?(status)
        end