Contains the result of a successful invocation of the following actions:

  • CreateDBInstance
  • DeleteDBInstance
  • ModifyDBInstance

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";
 }