Scalr\Service\Aws\Ec2\DataType\ReservedInstanceData::throwExceptionIfNotInitialized PHP Method

throwExceptionIfNotInitialized() public method

    public function throwExceptionIfNotInitialized()
    {
        parent::throwExceptionIfNotInitialized();
        if ($this->reservedInstancesId === null) {
            throw new Ec2Exception(sprintf('reservedInstancesId property has not been initialized for the class "%s" yet.', get_class($this)));
        }
    }