Determines what action will be taken if stack creation fails. This must be one of: DO_NOTHING, ROLLBACK, or DELETE. You can specify either
            OnFailure or DisableRollback, but not both. Default: ROLLBACK
Constraints:
 Declaration Syntax
 Declaration Syntax| C# | 
public string OnFailure { get; set; }