A deployment group group with the specified name already exists within the AWS user account.
37383940414243444546
} } @Override public AmazonServiceException unmarshall(JSONObject json) throws Exception { DeploymentGroupAlreadyExistsException e = (DeploymentGroupAlreadyExistsException)super.unmarshall(json); e.setErrorCode("DeploymentGroupAlreadyExistsException"); return e; }