Your answer is correct, and it follows from the chain rule. I set the problem up as follows to get the solution:
Let $\phi(\mathbf{x})=A\mathbf{x}$, $\psi(\mathbf{y})=\|y\|^2_2$ and $f(z)=\log(z)$. The expression in the problem is
$g(\mathbf{x})=(f\circ \psi\circ \phi)(\mathbf{x})$
$$ f'(z)=\frac{1}{z}$$
$$\psi'(\mathbf{y})=2\mathbf{y}^\top$$
$$\phi'(\mathbf{x})=A$$
Putting things together under the chain rule
$$
\begin{align}
g'(\mathbf{x})&=f'(\psi(\phi(\mathbf{x}))\,\psi'(\phi(\mathbf{x}))\,\phi'(\mathbf{x})\\
&=\frac{1}{\|A\mathbf{x}\|^2_2}2(A\mathbf{x})^\top A\\
&=\frac{2}{\mathbf{x}^\top A^\top A\mathbf{x}}{\mathbf{x}^\top}A^\top A
\end{align}
$$