Zend certified PHP/Magento developer

Disable module output not working on magento 2.4.3-p1

I need to disable module output for the Magento_Banner module.

I’m tried to disable the module output using the DevDocs reference link, Also I have followed the same step as per the given reference but it is not working.

I’m using the Magento Commerce Cloud 2.4.3-p1 version.

I followed the same step and tried to run while running below command to check

php bin/magento config:show advanced/modules_disable_output/Magento_Banner

After running the command I got the below error
enter image description here

Note: I also checked with a fresh Magento setup(version CE 2.4.4) but did not work.