DataSift\Storyplayer\HostLib\Ec2Vm::runCommandViaHostManager PHP Method

runCommandViaHostManager() public method

public runCommandViaHostManager ( Ec2VmDetails $vmDetails, string $command ) : void
$vmDetails Ec2VmDetails
$command string
return void
    public function runCommandViaHostManager($vmDetails, $command)
    {
        throw new E5xx_ActionFailed(__METHOD__, "not supported on EC2");
    }