statemachine/src/main/java/com/amazonaws/stepfunctions/cloudformation/statemachine/DeleteHandler.java [42:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                return ProgressEvent.<ResourceModel, CallbackContext>builder()
                        .callbackContext(currentContext)
                        .resourceModel(model)
                        .status(OperationStatus.IN_PROGRESS)
                        .build();
            } else {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



statemachine/src/main/java/com/amazonaws/stepfunctions/cloudformation/statemachine/DeleteHandler.java [49:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    return ProgressEvent.<ResourceModel, CallbackContext>builder()
                            .callbackContext(currentContext)
                            .resourceModel(model)
                            .status(OperationStatus.IN_PROGRESS)
                            .build();
                } else {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



