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