Scalr\Service\Aws\Rds\DataType\DBInstanceData::throwExceptionIfNotInitialized PHP Method

throwExceptionIfNotInitialized() protected method

    protected function throwExceptionIfNotInitialized()
    {
        parent::throwExceptionIfNotInitialized();
        if ($this->dBInstanceIdentifier === null) {
            throw new RdsException(sprintf('DBInstanceIdentifier has not been initialized for "%s" yet', get_class($this)));
        }
    }