'Class_name' object has no attribute 'execute' When using TouchAction.perform()

I am new to Appium. Using Appium for Android app testing. I am using TouchAction for taping on one action button. But it throws the above error as my class doesn’t have attribute execute. And the error refers to Touchaction.perform() line.
All other elements are able to tap using .click() , But this element is not, So i decieded to use Touchaction and this issue arises. Ui element inspector tool also not able to tap. when I have tried through element inspector.