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

throwExceptionIfNotInitialized() protected method

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