Scalr\Service\Aws\DataType\ErrorData::getType PHP Method

getType() public method

Gets Error Type
public getType ( ) : string
return string Returns Error Type
    public function getType()
    {
        return $this->type;
    }