# We look for if the passed interface exists for the given apiId
# We look for if the passed interface exists for the given apiId
@@ -331,6 +334,8 @@ class SecurityOperations(Resource):
current_app.logger.debug("No interfaces found in AEF profile.")
current_app.logger.debug("No interfaces found in AEF profile.")
returnnot_found_error(detail=f"Service with interfaceDescription {json.dumps(clean_empty(service_instance.interface_details.to_dict()))} not found",cause="Not found Service")
returnnot_found_error(detail=f"Service with interfaceDescription {json.dumps(clean_empty(service_instance.interface_details.to_dict()))} not found",cause="Not found Service")