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

runCommandAgainstHostManager() public method

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