Contains the result of a successful invocation of the following actions:
This data type is used as a response element in the DescribeDBInstances action.
private bool NotInitialized(DBInstance instance) { _context.Logger.WriteLine("New database instance status: " + instance.DBInstanceStatus); return instance.DBInstanceStatus == "creating"; }