The specified Amazon EC2 security group is already authorized for the specified cache security group.
The specified CIDR block or EC2 security group is already authorized for the specified cluster security group.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("AuthorizationAlreadyExists")) return null; AuthorizationAlreadyExistsException e = (AuthorizationAlreadyExistsException)super.unmarshall(node); return e; }